DL-Art-School/codes/models
James Betker 26a4a66d1c Bug fixes and new gan mechanism
- Removed a bunch of unnecessary image loggers. These were just consuming space and never being viewed
- Got rid of support of artificial var_ref support. The new pixdisc is what i wanted to implement then - it's much better.
- Add pixgan GAN mechanism. This is purpose-built for the pixdisc. It is intended to promote a healthy discriminator
- Megabatchfactor was applied twice on metrics, fixed that

Adds pix_gan (untested) which swaps a portion of the fake and real image with each other, then expects the discriminator
to properly discriminate the swapped regions.
2020-07-08 17:40:26 -06:00
..
archs Bug fixes and new gan mechanism 2020-07-08 17:40:26 -06:00
__init__.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
base_model.py Fix inverse temperature curve logic and add upsample factor 2020-06-19 09:18:30 -06:00
loss.py Bug fixes and new gan mechanism 2020-07-08 17:40:26 -06:00
lr_scheduler.py Enable forced learning rates 2020-06-07 16:56:05 -06:00
networks.py SRG3 work 2020-07-07 13:46:40 -06:00
SR_model.py Allow validating in batches, remove val size limit 2020-06-02 08:41:22 -06:00
SRGAN_model.py Bug fixes and new gan mechanism 2020-07-08 17:40:26 -06:00