stargan-v2-tensorflow icon indicating copy to clipboard operation
stargan-v2-tensorflow copied to clipboard

Tensorflow 2.1.0 is unavailable on PyPi

Open igorline opened this issue 5 years ago • 3 comments

When I try to install tensorflow with pip install Tensorflow==2.1.0 I'm getting an error No matching distribution found for Tensorflow==2.1.0. Only offered versions are 2.2.0 and higher. Should the code be working with those?

igorline avatar Jul 27 '20 21:07 igorline

Yes. I think no problem.

taki0112 avatar Jul 28 '20 03:07 taki0112

Version 2.2.0 is working, but version 2.3.0 gives me this error ValueError: All layers added to a Sequential model should have unique names. Name "relu" is already the name of a layer in this model. Update the name argument to pass a unique name.

igorline avatar Jul 30 '20 08:07 igorline