Skip to content
Snippets Groups Projects
Commit 2b88e377 authored by y00660709's avatar y00660709
Browse files

correct a file name in readme

parent db69a517
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ The ckpt_file parameter is required,
### Performance Result
Inference result is saved in current path, you can find result like this in acc.log file.
Inference result is saved in current path, you can find result like this in eval_output.log file.
```markdown
auc : 0.7814143582416716
......
......@@ -273,7 +273,7 @@ python export.py --ckpt_file [CKPT_PATH] --file_name [FILE_NAME] --device_target
### 模型表现
推理结果保存在脚本执行的当前路径,在acc.log中可以看到以下精度计算结果。
推理结果保存在脚本执行的当前路径,在eval_output.log中可以看到以下精度计算结果。
```markdown
auc : 0.7814143582416716
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment