enhancementhelp wanted
仓库指标
- Star
- (8,424 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
The operator Accuracy() takes parameter labels as type core.DataType.INT32.
OneHot() takes parameter indices as type core.DataType.INT64.
LabelCrossEntropy() takes label as type core.DataType.INT32.
It's a bit waste of time to cast the label back and forth, hope there is alignment. Thx.