Upgrading MAD-GANs source code to Tensorflow 2.x

18 Views Asked by At

I am trying to replicate the MAG-GAN architecture presented in the paper MAD-GAN paper starting from their source code: https://github.com/LiDan456/MAD-GANs.git , for a Time Series Anomaly Detection project. However, the official code uses a tensorflow version 1.4.1, and I need a 2.x (2.8 specifically). I've been stuck with this task for days, I would appreciate if you could help me :)

1

There are 1 best solutions below

0
Maksym Stetsenko On

I have experience in code upgrade from TF1 to TF2. In fact, it is easier to write all from scratch than to upgrade. However, if you could post specific questions to each problem you face, you might get all issues cleared in time.