bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concern about version of Tensorflow and python

ngockimhoang opened this issue · comments

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?

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.

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

regards
lilly

Got it, thanks.