nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook
https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition
MIT License
6.24k stars 2.41k forks source link

fix import lib(scipy.io) miss for stylenet #42

Closed cxxgtxy closed 7 years ago

cxxgtxy commented 7 years ago

1.scipy.io is not imported. 2.Original and style image are both placed under images directory, so this path is used.

nfmcclure commented 7 years ago

Ah, thanks!