TecoGAN icon indicating copy to clipboard operation
TecoGAN copied to clipboard

Specify latest supported Tensorflow version

Open GTP95 opened this issue 3 years ago • 1 comments

TensorFlow changed its API in version 2 and it is not compatible with versions 1.x. You should either port your code to Tensorflow 2.x or specify the latest working Tensorflow version (most probably version 1.15). As it seems that Tensorflow 1.15 doesn't support recent versions of Python, you might need to specify the latest supported Python version as well, probably version 3.7.

GTP95 avatar Feb 06 '22 18:02 GTP95

You can try my pull request for TensorFlow2 compatibility here: https://github.com/thunil/TecoGAN/pull/123

RAFALAMAO avatar Feb 20 '22 00:02 RAFALAMAO