DL-Art-School/codes
James Betker 10f7e49214 Add ConvBnSilu to replace ConvBnRelu
Relu produced good performance gains over LeakyRelu, but
GAN performance degraded significantly. Try SiLU as an alternative
to see if it's the leaky-ness we are looking for or the smooth activation
curvature.
2020-07-05 13:39:08 -06:00
..
.idea
data
data_scripts
metrics
models Add ConvBnSilu to replace ConvBnRelu 2020-07-05 13:39:08 -06:00
options
scripts
temp
utils
distill_torchscript.py
onnx_inference.py
process_video.py
recover_tensorboard_log.py
requirements.txt
run_scripts.sh
test.py
train.py