Skip to content

yangl1n/dense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Components

  • dense/ → Subpackage for PyTorch model definitions
  • training/ → Subpackage for training
  • scripts/ → Command-line entry point
  • experiments/ → Auto-created folder storing logs, saved model and configs for reproducibility
  • configs/ → Subpackage for configuration of hyperparameter

Support dataset

  • MNIST
  • curet

Get Start

Package Requirement

Ensure pytorch environment is working. And addtionally, conda install scikit-learn matplotlib pandas kagglehub

Install the packages to your environment

pip install -e .

Run training

python scripts/train.py --config configs/mnist.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages