colorization icon indicating copy to clipboard operation
colorization copied to clipboard

Resume Training

Open amoazeni75 opened this issue 3 years ago • 0 comments

Hello,

I wanted to resume training my model. As the README file stated, the command to resume training is: ./train/train_resume.sh ./train/models/colornet_iter_[ITERNUMBER].solverstate [GPU_ID] However, if you look at the train_resume.sh file, you see that the order of input argument is not consistent with the example provided. You should use this command: ./train/train_resume.sh [GPU_ID] ./train/models/colornet_iter_[ITERNUMBER].solverstate

amoazeni75 avatar May 24 '21 07:05 amoazeni75