Skip to content

Commit

Permalink
Merge pull request #103 from littletomatodonkey/fix_log
Browse files Browse the repository at this point in the history
update faq
  • Loading branch information
dyning committed May 7, 2020
2 parents bfcd9e4 + 39c1a74 commit 16bcdd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/zh_CN/faq.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# FAQ

>>
* Q: 启动训练后,为什么当前终端中的输出信息一直没有更新?
* A: 启动运行后,日志会实时输出到`mylog/workerlog.*`中,可以在这里查看实时的日志。


>>
* Q: 多卡评估时,为什么每张卡输出的精度指标不相同?
* A: 目前PaddleClas基于fleet api使用多卡,在多卡评估时,每张卡都是单独读取各自part的数据,不同卡中计算的图片是不同的,因此最终指标也会有微量差异,如果希望得到准确的评估指标,可以使用单卡评估。
Expand Down

0 comments on commit 16bcdd0

Please sign in to comment.