dense/→ Subpackage for PyTorch model definitionstraining/→ Subpackage for trainingscripts/→ Command-line entry pointexperiments/→ Auto-created folder storing logs, saved model and configs for reproducibilityconfigs/→ Subpackage for configuration of hyperparameter
- MNIST
- curet
Ensure pytorch environment is working. And addtionally,
conda install scikit-learn matplotlib pandas kagglehub
pip install -e .
python scripts/train.py --config configs/mnist.yaml