DL-Art-School/codes
James Betker aa0305def9 Resnet discriminator overhaul
It's been a tough day figuring out WTH is going on with my discriminators.
It appears the raw FixUp discriminator can get into an "defective" state where
they stop trying to learn and just predict as close to "0" D_fake and D_real as
possible. In this state they provide no feedback to the generator and never
recover. Adding batch norm back in seems to fix this so it must be some sort
of parameterization error.. Should look into fixing this in the future.
2020-05-06 17:27:30 -06:00
..
data Add support for multiple LQ paths 2020-05-06 17:24:17 -06:00
data_scripts Some random fixes/adjustments 2020-04-22 00:38:53 -06:00
metrics mmsr 2019-08-23 21:42:47 +08:00
models Resnet discriminator overhaul 2020-05-06 17:27:30 -06:00
options Random config changes 2020-05-06 17:25:48 -06:00
scripts mmsr 2019-08-23 21:42:47 +08:00
temp Fix megabatch scaling, log low and med-res gen images 2020-05-05 08:34:57 -06:00
utils mmsr 2019-08-23 21:42:47 +08:00
requirements.txt Create requirements.txt 2019-11-24 07:48:52 +00:00
run_scripts.sh mmsr 2019-08-23 21:42:47 +08:00
test_Vid4_REDS4_with_GT_DUF.py mmsr 2019-08-23 21:42:47 +08:00
test_Vid4_REDS4_with_GT_TOF.py mmsr 2019-08-23 21:42:47 +08:00
test_Vid4_REDS4_with_GT.py mmsr 2019-08-23 21:42:47 +08:00
test.py Support inference across batches, support inference on cpu, checkpoint 2020-05-04 08:48:25 -06:00
train.py Random config changes 2020-05-06 17:25:48 -06:00