chainer-partial_convolution_image_inpainting
chainer-partial_convolution_image_inpainting copied to clipboard
load the npz file and then train
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?
hi,you can do like this: python3 train.py -g 0 --load_model result/model1000.npz
@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