lengstrom / fast-style-transfer

TensorFlow CNN for fast style transfer ⚡🖥🎨🖼
10.91k stars 2.6k forks source link

Update repo with TensorFlow 2.0 compatibility #239

Closed naveen-annam closed 4 years ago

naveen-annam commented 4 years ago

Updates the repo code to enable comparability with TensorFlow 2.0 using tf_upgrade_v2 utility tool.

Tested and working on: Spec  
Operating System Windows 10 Home
GPU Nvidia GTX 2080 TI
CUDA Version 11.0
Driver Version 445.75

Updated the readme with conda instructions for working with TensorFlow 2.0

Merged @divisiondeariza https://github.com/lengstrom/fast-style-transfer/pull/220 fork in to my fork to fix scipy issues.

marleyjaffe commented 4 years ago

Thanks for making these changes! I worked on getting this working today and was successful by using your repo. What version of Anaconda did you use? It may be a good idea to add that to your compatibility list.

lengstrom commented 4 years ago

Thanks!

nicholasoxford commented 4 years ago

As someone from the community, this helped me tremendously. I really appreciate your anaconda tutorial. Thank you.