thunil / TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.
Apache License 2.0
5.95k stars 1.13k forks source link

Specify latest supported Tensorflow version #122

Open GTP95 opened 2 years ago

GTP95 commented 2 years ago

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.

RAFALAMAO commented 2 years ago

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