- Because of lack of comprehensive guides of how to use Pytorch on simple task this repo should be helpful.
- At the very early stage I decided to implement simple vonv nets classifiers to show how Pytorch behave and
- to learn how to deal with predictions/transforms on single images.
Description
Repositories contain:
- data loader section
- Model Architecture section
- Model training
- Prediction on single image
-
Dataset
As you can see, pretrain model which you can download from folder is not something we can be proud of. So you have to treat it like an real toy example as far as it was trained with only 10 epochs :)
Short jokes generator using RNN.
- dataset
https://www.kaggle.com/abhinavmoudgil95/short-jokes
-
based on MNIST dataset
-
Network architecture: click
27062019
Add GAN Implementation