chainer-partial_convolution_image_inpainting icon indicating copy to clipboard operation
chainer-partial_convolution_image_inpainting copied to clipboard

load the npz file and then train

Open yuzhesu opened this issue 6 years ago • 2 comments

Excuse me, if I have trained 1000 times now and got the npz file, how can I set it up if I want to train from the 1000th time?

yuzhesu avatar Jul 16 '18 05:07 yuzhesu

hi,you can do like this: python3 train.py -g 0 --load_model result/model1000.npz

Gavin666Github avatar Jul 30 '18 08:07 Gavin666Github

@Gavin666Github I'm running training using CPU by excluding the (-g 0) because I don't have a GPU but running the above command throws this error Screenshot 2019-08-23 at 6 30 44 PM

greysou1 avatar Aug 23 '19 13:08 greysou1