this repo is used for teaching me, about pytorch, i decided to wrappe pytorch functions, and all the load and the preparations of datasets, in wrappers to hide some of the complexity of those functions. refers to the code, to know more.
This repository contains:
data
folder containing all the dataset of mnist for classification of numbersmodels
folder containing the trained modelshtml
folder containing the saved sessions of some of the jupyter qtconsole runs in html formatutils.py
python module for all the functionsmain.py
python script for running the training, and supporting optionsnotebook.py
python file that attended to run in jupyter qtconsole