stargan-v2-tensorflow
stargan-v2-tensorflow copied to clipboard
Tensorflow 2.1.0 is unavailable on PyPi
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?
Yes. I think no problem.
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.