qiaoguan / Person-reid-GAN-pytorch

A Pytorch Implementation of "Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro"(ICCV17)
158 stars 49 forks source link

How to restart or resume the deep training from the latest epoch? #28

Open JenniferYingyiWu2020 opened 2 years ago

JenniferYingyiWu2020 commented 2 years ago

Hi, I have run the deep learning by the command "python train_baseline.py --use_dense". However, due to the long training process and a large amout of time, if the training was aborted mannually, then how to restart or resume the training from the latest epoch? 123

So, could you pls give me some suggestions? Thanks!