chenxin061 / pdarts

Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can resume the train_search.py using weights in log_dir if the code stops due to accidents like power cut ... ?

JarveeLee opened this issue · comments

You can resue it with regular PyTorch functions such as torch.load() and model.load_state_dict().