Skip to content

Python wrapper around pytorch to fast prototype and train artificial neural networks

Notifications You must be signed in to change notification settings

lakhalouahid/mnist-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python wrappers around Pytorch for fast prototyping

About

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.

Contents

This repository contains:

  • data folder containing all the dataset of mnist for classification of numbers
  • models folder containing the trained models
  • html folder containing the saved sessions of some of the jupyter qtconsole runs in html format
  • utils.py python module for all the functions
  • main.py python script for running the training, and supporting options
  • notebook.py python file that attended to run in jupyter qtconsole

Feel free to clone this repository

About

Python wrapper around pytorch to fast prototype and train artificial neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published