Evaluation using pre-trained .npz file
greysou1 opened this issue · 3 comments
greysou1 commented
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
update
I tried it on google colab with GPU on and received this error
Originally posted by @Prudvi01 in #2 (comment)
greysou1 commented
Continuing from this comment, could you please help me with this issue @SeitaroShinagawa
SeitaroShinagawa commented
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.
greysou1 commented