DL-Art-School/codes/models
James Betker 26a6a5d512 Compute grad GAN loss against both the branch and final target, simplify pixel loss
Also fixes a memory leak issue where we weren't detaching our loss stats when
logging them. This stabilizes memory usage substantially.
2020-08-05 12:08:15 -06:00
..
archs More RAGAN fixes 2020-08-05 11:03:06 -06:00
__init__.py
base_model.py Fix multistep optimizer (feeding from wrong config params) 2020-08-04 16:42:58 -06:00
feature_model.py
loss.py
lr_scheduler.py
networks.py Several new spsr nets 2020-08-05 10:01:24 -06:00
SPSR_model.py
SR_model.py
SRGAN_model.py Compute grad GAN loss against both the branch and final target, simplify pixel loss 2020-08-05 12:08:15 -06:00