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 IDEA update 2020-05-19 09:35:26 -06:00
data Add feature to dataset which allows it to force images to be a certain size. 2020-07-03 15:19:16 -06:00
data_scripts Bug fixes and new gan mechanism 2020-07-08 17:40:26 -06:00
metrics
models Implement unet disc 2020-07-10 16:24:42 -06:00
options Add dynamic video processing script 2020-05-27 17:09:11 -06:00
scripts
temp Misc changes 2020-05-14 20:45:38 -06:00
utils Misc changes 2020-07-10 09:45:48 -06:00
process_video.py Debug process_video 2020-05-29 20:44:50 -06:00
recover_tensorboard_log.py Misc 2020-07-06 20:44:07 -06:00
requirements.txt Introduce (untested) colab mode 2020-06-01 15:09:52 -06:00
run_scripts.sh
test.py Misc 2020-06-02 09:35:52 -06:00
train.py Update pixgan swap algorithm 2020-07-10 15:56:14 -06:00