hzy46 / fast-neural-style-tensorflow

A tensorflow implementation for fast neural style!
932 stars 361 forks source link

使用网盘训练好的模型验证出错 #42

Open siyuanzhuang opened 6 years ago

siyuanzhuang commented 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 使用网盘下载下来的模型验证,提示 image

hzy46 commented 6 years ago

tf版本,python版本?

siyuanzhuang commented 6 years ago

tf.1.3,python3.6

hzy46 commented 6 years ago

请用python2.7.x版本,测试过了是没问题的(在tf1.3下)

siyuanzhuang commented 6 years ago

重新训练的是没问题,就是百度网盘下载的这几个使用不了.... 那只能另外用2.7的测试下了