An open API service indexing awesome lists of open source software.

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

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