https://github.com/geyang/torch_models
collection of models in pyTorch
https://github.com/geyang/torch_models
Last synced: 3 months ago
JSON representation
collection of models in pyTorch
- Host: GitHub
- URL: https://github.com/geyang/torch_models
- Owner: geyang
- License: other
- Created: 2018-11-21T05:19:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T01:25:30.000Z (over 5 years ago)
- Last Synced: 2025-01-10T12:58:19.234Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Model Zoo for PyTorch Models
> Bunch of nice models simple and sweet
## ToDo
- [ ] add LICENSE
## Models
- Multi-layer Perceptron VAE
- ConvNet VAE
- Multi-layer Percentron Classifier on MNIST
- ConvNet on MNIST## To Run
Just run the script directly. This way you can add a breakpoint anywhere and start debugging.
Enjoy!
-Ge