Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 664 Bytes

pytorch-template

A standard template for any PyTorch project 🔥
Includes boilerplate code for: training, evaluation, transformation, model checkpointing etc.

Getting started

Use config.yaml for constants or global variables in general. To setup dependencies and train:

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python -m train

Ideas

  1. The features are ..

TODO

  • Setup training and validation pipeline ..
  • Perform image augmentation ..

Results

Add evaluations and details of experiments

Experiment Description Hyperparameters Accuracy F1 score