No description
Find a file
Corentin f2282e3216 Trainer implementation
* Add Deconv2d
* Fix BatchGenerator save option when using current directory
2020-12-25 15:50:38 +09:00
dataset Fix MNIST test data loading, add named buffer summary 2020-04-17 12:08:16 +09:00
utils Trainer implementation 2020-12-25 15:50:38 +09:00
.gitignore Add mypy_cache to .gitignore 2020-10-05 11:27:53 +09:00
layers.py Trainer implementation 2020-12-25 15:50:38 +09:00
residual.py Residual blocks, precache for BatchGenerator 2020-09-09 02:27:59 +09:00
train.py Fix MNIST test data loading, add named buffer summary 2020-04-17 12:08:16 +09:00
trainer.py Trainer implementation 2020-12-25 15:50:38 +09:00