layumi / Person_reID_baseline_pytorch

:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial

Home Page:https://www.zdzheng.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问训练途中出现意外终止,如何继续进行训练呢?

CaptainJi opened this issue · comments

哪个参数可以继续未完的训练呢?

你好 目前master branch 没有提供这个功能。因为训练一般就3小时内。 一些 resume 功能可以看develop branch。

关于resume 你可以参考 dev branch 这里。 按照关键字搜索resume 把相关代码加入就行。
https://github.com/layumi/Person_reID_baseline_pytorch/blob/dev/train.py#L62

十分感谢解答。已经根据您的提示实现了resume