-
- Downloads
Merge pull request #9 from asvskartheek/master
Update with Data Module and Loggers
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- requirements.txt 1 addition, 1 deletionrequirements.txt
- src/research_mnist/mnist.py 23 additions, 22 deletionssrc/research_mnist/mnist.py
- src/research_mnist/mnist_data_module.py 92 additions, 0 deletionssrc/research_mnist/mnist_data_module.py
- src/research_mnist/mnist_trainer.py 6 additions, 2 deletionssrc/research_mnist/mnist_trainer.py
pytorch-lightning >= 0.7.5 | ||
\ No newline at end of file | ||
pytorch-lightning >= 0.9.0 | ||
\ No newline at end of file |
src/research_mnist/mnist_data_module.py
0 → 100644
Please register or sign in to comment