Open siyuanzhuang opened 6 years ago
Use Trained Models:
You can download all the 7 trained models from Baidu Drive.
To generate a sample from the model "wave.ckpt-done", run:
python eval.py --model_file --image_file img/test.jpg 使用网盘下载下来的模型验证,提示
tf版本,python版本?
tf.1.3,python3.6
请用python2.7.x版本,测试过了是没问题的(在tf1.3下)
重新训练的是没问题,就是百度网盘下载的这几个使用不了.... 那只能另外用2.7的测试下了
Use Trained Models:
You can download all the 7 trained models from Baidu Drive.
To generate a sample from the model "wave.ckpt-done", run:
python eval.py --model_file --image_file img/test.jpg
使用网盘下载下来的模型验证,提示