This website requires JavaScript.
Explore
Help
Sign in
corentin
/
torch_utils
Watch
1
Star
0
Fork
You've already forked torch_utils
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
26
commits
1
branch
0
tags
90
KiB
Python
100%
a4280a1b78
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Hoel Bagard
a4280a1b78
Fixed issues: layers now use self.use_batch_norm instead of default value, fixed Layer's forward
2021-01-22 12:38:07 +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
Fixed issues: layers now use self.use_batch_norm instead of default value, fixed Layer's forward
2021-01-22 12:38:07 +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
Fix dummy logger in trainer + stop mechanism
2021-01-20 13:16:01 +09:00