DL-Art-School/codes
James Betker 747ded2bf7 Fixes to the spsr3
Some lessons learned:
- Biases are fairly important as a relief valve. They dont need to be everywhere, but
  most computationally heavy branches should have a bias.
- GroupNorm in SPSR is not a great idea. Since image gradients are represented
   in this model, normal means and standard deviations are not applicable. (imggrad
   has a high representation of 0).
- Don't fuck with the mainline of any generative model. As much as possible, all
   additions should be done through residual connections. Never pollute the mainline
   with reference data, do that in branches. It basically leaves the mode untrainable.
2020-09-09 15:28:14 -06:00
..
.idea IDEA update 2020-05-19 09:35:26 -06:00
data Enable amp to be disabled 2020-09-09 10:45:59 -06:00
data_scripts Add extract_subimages_with_ref_lmdb for generating lmdb with reference images 2020-09-04 15:30:34 -06:00
metrics
models Fixes to the spsr3 2020-09-09 15:28:14 -06:00
options More ExtensibleTrainer work 2020-08-23 17:22:45 -06:00
scripts
temp
utils More ExtensibleTrainer work 2020-08-23 17:22:45 -06:00
process_video.py Make ExtensibleTrainer compatible with process_video 2020-09-08 08:03:41 -06:00
recover_tensorboard_log.py Misc 2020-07-06 20:44:07 -06:00
requirements.txt Add missing requirements 2020-09-09 10:46:08 -06:00
run_scripts.sh
test.py Add novograd optimizer 2020-09-06 17:27:08 -06:00
train.py Fixes to the spsr3 2020-09-09 15:28:14 -06:00