Implementation of tempoGAN: A Temporally Coherent, Volumetric GAN for Super-resolution Fluid Flow.
- Data generation:
manta ./data/data_generator.py
python3 ./data/torecord.py --output traindata.tfrecords
- Training:
python3 ./src/train.py
Implemented by