Results 2 issues of Haohan Weng

**There may be something wrong in top5 accuracy updating, which making the top5 accuracy is the same as the top1.** The code with problem(main.py) is as follow: ![image](https://user-images.githubusercontent.com/53770230/109107112-1b1d2400-776c-11eb-9d6d-7bbf6d2dfd8c.png)

调试组件有时候成功执行 setup 之后,终端不阻塞,直接结束。后面查看了容器的日志发现了是 etrans 断开,导致容器意外停止,从而意外结束了终端阻塞。 setup 断开: ![](https://raw.githubusercontent.com/whaohan/pic/main/img/1630393578475_84A2DFD7-36CC-4ec9-B6F1-89604EBB125B.png) 容器报错日志: ![](https://raw.githubusercontent.com/whaohan/pic/main/img/1630405141424_0316D651-0D4E-4877-946B-2DBCD52EE138.png)

low priority