Merge pull request #21 from littletomatodonkey/fix_tb

add faq
pull/22/head
dyning 2020-04-14 00:10:22 +08:00 committed by GitHub
commit 0e6b0535d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -1,3 +1,10 @@
# FAQ
## 评估
>>
* Q: 启动训练后,为什么当前终端中的输出信息一直没有更新?
* A: 启动运行后,日志会实时输出到`mylog/workerlog.*`中,可以在这里查看实时的日志。
>>
* Q: 多卡评估时,为什么每张卡输出的精度指标不相同?
* A: 目前PaddleClas基于fleet api使用多卡在多卡评估时每张卡都是单独读取各自part的数据不同卡中计算的图片是不同的因此最终指标也会有微量差异如果希望得到准确的评估指标可以使用单卡评估。