map2map/map2map
Yin Li 862c9e75a0 Swap generator & discriminator order in training
The reasoning is that updating generator first will free up the memory
taken by the graph of the model
2020-01-22 19:00:13 -05:00
..
data Add separate input and target normalization 2020-01-21 18:51:32 -05:00
models Add a simple PatchGAN 2020-01-22 14:01:18 -05:00
utils Add training 2019-11-30 16:31:10 -05:00
__init__.py Add training 2019-11-30 16:31:10 -05:00
args.py Add delay epoch before updating generator with adversarial loss 2020-01-22 18:44:09 -05:00
main.py Add testing 2019-12-01 21:40:35 -05:00
test.py Add separate input and target normalization 2020-01-21 18:51:32 -05:00
train.py Swap generator & discriminator order in training 2020-01-22 19:00:13 -05:00