anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.51k forks source link

update package use #174

Closed mhmoslemi2338 closed 3 years ago

mhmoslemi2338 commented 3 years ago

hello I changed the code to remove the limitation of using the old version of scipy and TensorFlow, so the new version of these two packages can be used.

anishathalye commented 3 years ago

Thanks for the pull request. I didn't want to add skimage as a dependency, so I wrote a wrapper around Pillow's resize instead, in 70c1dc29dddbe5e2be6916fb44c055de38fc3f32.