Skip to content

Commit f0d6357

Browse files
committed
update readme
1 parent c1ad48b commit f0d6357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/recall/mind/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ python -u static_infer.py -m config.yaml -top_n 50 #对测试数据进行预测
105105
在全量数据下模型的指标如下:
106106
| 模型 | batch_size | epoch_num| Recall@50 | NDCG@50 | HitRate@50 |Time of each epoch |
107107
| :------| :------ | :------ | :------| :------ | :------| :------ |
108-
| mind | 128 | 20 | 8.43% | 13.28% | 17.22% | -- |
108+
| mind | 128 | 20 | 8.43% | 13.28% | 17.22% | 398.64s(CPU) |
109109

110110

111111
1. 确认您当前所在目录为PaddleRec/models/recall/mind
@@ -116,7 +116,7 @@ sh run.sh
116116
```
117117
3. 安装依赖,我们使用[faiss](https://github.com/facebookresearch/faiss)来进行向量召回
118118
```bash
119-
#CPU-only version(pip)
119+
# CPU-only version(pip)
120120
pip install faiss-cpu
121121

122122
# GPU(+CPU) version(pip)

0 commit comments

Comments
 (0)