SeitaroShinagawa/chainer-partial_convolution_image_inpainting

Evaluation using pre-trained .npz file

greysou1 opened this issue · 3 comments

Hello @SeitaroShinagawa I don't have an Nvidia GPU so I'm using CPU by excluding (-g 0) but running the command 'python generete_result.py --load_model model500000.npz' still says shows the following error
Screenshot 2019-08-23 at 6 30 44 PM

update

I tried it on google colab with GPU on and received this error
Screenshot 2019-08-24 at 7 59 43 PM

Originally posted by @Prudvi01 in #2 (comment)

Continuing from this comment, could you please help me with this issue @SeitaroShinagawa

See here. To run with CPU, you need prefix -g -1, for example.

Sorry I'm not familiar with colab, but the error seems to be derived from data loading issue as well.

Hello, thank you that worked but ran into some other weird issue. I say weird because running the same command gives me 2 different errors each alternative times. Can you please help me with this?
Screenshot 2019-09-01 at 8 51 12 AM