We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e567e commit ff5939fCopy full SHA for ff5939f
models/rank/naml/README.md
@@ -109,9 +109,9 @@ python3 -u ../../../tools/infer.py -m config.yaml
109
python3 -u ../../../tools/trainer.py -m config_bigdata.yaml
110
```
111
以下为训练2个epoch的结果
112
-| 模型 | top1 acc | batch_size | epoch_num| Time of each epoch|
+| 模型 | auc | batch_size | epoch_num| Time of each epoch|
113
| :------| :------ | :------ | :------| :------ |
114
-| naml | 0.72 | 50 | 3 | 约4小时 |
+| naml | 0.66 | 50 | 3 | 约4小时 |
115
116
预测
117
0 commit comments