Go to file
publicmatt bae586612e refactor files.
add a notebook module.
add config package.
2024-04-05 18:37:24 -07:00
ml_pipeline refactor files. 2024-04-05 18:37:24 -07:00
test refactor files. 2024-04-05 18:37:24 -07:00
.env.example refactor files. 2024-04-05 18:37:24 -07:00
.gitignore refactor files. 2024-04-05 18:37:24 -07:00
LICENCE add licence. 2024-04-05 12:47:58 -07:00
Makefile remove conda. add requirements.txt. add tests 2024-03-14 13:47:37 -07:00
README.md add readme and make install. 2022-11-05 07:57:52 -07:00
pyproject.toml refactor files. 2024-04-05 18:37:24 -07:00
requirements.txt add licence. 2024-04-05 12:47:58 -07:00

README.md

Mimimal Viable Deep Learning Infrastructure

Deep learning pipelines are hard to reason about and difficult to code consistently.

Instead of remembering where to put everything and making a different choice for each project, this repository is an attempt to standardize on good defaults.

Think of it like a mini-pytorch lightening, with all the fory internals exposed for extension and modification.

Usage

Install:

Install the conda requirements:

make install

Which is a proxy for calling:

conda env updates -n ml_pipeline --file environment.yml

Run:

Run the code on MNIST with the following command:

make run