DL-Art-School/codes
James Betker 0b7193392f Implement unet disc
The latest discriminator architecture was already pretty much a unet. This
one makes that official and uses shared layers. It also upsamples one additional
time and throws out the lowest upsampling result.

The intent is to delete the old vgg pixdisc, but I'll keep it around for a bit since
I'm still trying out a few models with it.
2020-07-10 16:24:42 -06:00
..
.idea
data
data_scripts
metrics
models Implement unet disc 2020-07-10 16:24:42 -06:00
options
scripts
temp
utils
process_video.py
recover_tensorboard_log.py
requirements.txt
run_scripts.sh
test.py
train.py