Skip to content

Xuening0322/mini-torch-mle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-torch-mle

This repository is my personal implementation of MiniTorch, as detailed in the official MiniTorch documentation.

Setup

Follow the installation guide at MiniTorch Installation Guide.

Training

Visualize training using Streamlit with this command:

streamlit run app.py -- [module number]

This project also implemented a version of LeNet on MNIST: a classic convolutional neural network (CNN) for digit recognition, and for a 1D conv for NLP sentiment classification.

You can run NLP and CV training scripts directly from the command line:

  • For NLP training:

    python project/run_sentiment.py
  • For CV training:

    python project/run_mnist_multiclass.py

Assignment

Please refer to the README.md in each module.

About

My personal implementation of MiniTorch (https://minitorch.github.io/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages