DL-Art-School/codes/models
James Betker 645d0ca767 ResidualGen mods
- Add filters_mid spec which allows a expansion->squeeze for the transformation layers.
- Add scale and bias AFTER the switch
- Remove identity transform (models were converging on this)
- Move attention image generation and temperature setting into new function which gets called every step with a save path
2020-06-17 17:18:28 -06:00
..
archs ResidualGen mods 2020-06-17 17:18:28 -06:00
__init__.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
base_model.py Introduce (untested) colab mode 2020-06-01 15:09:52 -06:00
loss.py mmsr 2019-08-23 21:42:47 +08:00
lr_scheduler.py Enable forced learning rates 2020-06-07 16:56:05 -06:00
networks.py ResidualGen mods 2020-06-17 17:18:28 -06:00
SR_model.py Allow validating in batches, remove val size limit 2020-06-02 08:41:22 -06:00
SRGAN_model.py ResidualGen mods 2020-06-17 17:18:28 -06:00