Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
rzimmerdev
/
lenet_mnist
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
lenet_mnist / src
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
rzimmerdev's picture
rzimmerdev
Main functionality module added: Dataset loading, caching and PyTorch Lightning calls
49b098d over 2 years ago
  • dataset.py
    1.67 kB
    Finished MNIST downloading and caching modules over 2 years ago
  • downloader.py
    1.87 kB
    Finished MNIST downloading and caching modules over 2 years ago
  • main.py
    1.29 kB
    Main functionality module added: Dataset loading, caching and PyTorch Lightning calls over 2 years ago
  • models.py
    1.6 kB
    Added LeNet model implemented with PyTorch modules over 2 years ago
  • trainer.py
    1.16 kB
    Implemented training loops and logging functionalities with PyTorch Lightning over 2 years ago