forked from ecker/DL-Art-School
- Just use resnet blocks for the multiplexer trunk of the generator - Every block initializes itself, rather than everything at the end - Cleans up some messy parts of the architecture, including unnecessary kernel sizes and places where BN is not used properly. |
||
|---|---|---|
| .. | ||
| archs | ||
| __init__.py | ||
| base_model.py | ||
| loss.py | ||
| lr_scheduler.py | ||
| networks.py | ||
| SR_model.py | ||
| SRGAN_model.py | ||