Skip to content

Instantly share code, notes, and snippets.

@violetguos
Created January 26, 2022 03:01
Show Gist options
  • Save violetguos/917b1dd5afb877bc32f8db084e9405f6 to your computer and use it in GitHub Desktop.
Save violetguos/917b1dd5afb877bc32f8db084e9405f6 to your computer and use it in GitHub Desktop.
How to Structure Your Machine Learning Code Repository
.
├── README.md
├── data
├── evaluation
├── models
├── notebook
├── requirements.txt
├── results
├── singularity_python.sh
├── src
└── test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment