DL-Art-School/codes/models/archs
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
..
dcn
__init__.py
arch_util.py
discriminator_vgg_arch.py
DiscriminatorResnet_arch_passthrough.py Resnet discriminator overhaul 2020-05-06 17:27:30 -06:00
DiscriminatorResnet_arch.py
DUF_arch.py
EDVR_arch.py
FlatProcessorNet_arch.py
FlatProcessorNetNew_arch.py
HighToLowResNet.py
ResGen_arch.py
RRDBNet_arch.py
RRDBNetXL_arch.py
SRResNet_arch.py
TOF_arch.py