fast-style-transfer icon indicating copy to clipboard operation
fast-style-transfer copied to clipboard

Update source code to support TF2 and replaced deprecated SciPy methods

Open Ali-Parandeh opened this issue 4 years ago • 0 comments

Scipy and Tensorflow libraries have changed significantly since the current version of this repo.

I have updated the source code to work with the latest version of tensor flow and SciPy libraries. SciPy.misc module has many deprecated functions (imread and imsave) which now is replaced imageio methods. In addition, many of the tensorflow methods have been pushed to compact.v1 module.

In other places, list comprehensions have been updated based on updated data structures.

Ali-Parandeh avatar Mar 07 '20 01:03 Ali-Parandeh