bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2
MIT License
4.41k stars 641 forks source link

Concern about version of Tensorflow and python #31

Closed ngockimhoang closed 2 years ago

ngockimhoang commented 3 years ago

In the basic usage, you say that Weight Conversion from the Original Repo (Requires TensorFlow 1.x) TensorFlow 1.x can only installed for python2. However the code in test.py is using python3 syntax. How did you manage to make it work?

ngockimhoang commented 2 years ago

I got it, it is actually tensorflow-gpu 1.15.0, not tensorflow. The require version of python is 3.6 You should really state it more clearly in README. I figured it out by digging to original repo.

HerXayah commented 2 years ago

Can you edit the readme maybe? Im trying since hours to get this to work.

regards lilly

bryandlee commented 2 years ago

Got it, thanks.