thunil / TecoGAN

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

Tensor Flow 2 Compatibility #123

Open RAFALAMAO opened 2 years ago

RAFALAMAO commented 2 years ago

I added some changes for run "python3 runGan.py 1" with Tensorflow 2.

Also you need to install: pip install tf_slim pip install tensorflow_addons

kalomano commented 2 years ago

Nice work, it works for me! Thanks! I think this solution uses a deprecated method, be careful. image

s-tweed commented 1 year ago

Thank you for this, it is very helpful and should probably be merged to master! I spent about an hour trying to do this myself before realizing someone had probably already done it...