ml_pipeline_cookiecutter/{{cookiecutter.project_name}}
publicmatt 6eed08d1ba fix project_slug error.
replace ml_pipeline with project_name or module_name from config
2024-04-06 15:48:29 -07:00
..
docs fix project_slug error. 2024-04-06 15:48:29 -07:00
test fix project_slug error. 2024-04-06 15:48:29 -07:00
{{cookiecutter.module_name}} fix project_slug error. 2024-04-06 15:48:29 -07:00
.env.example fix project_slug error. 2024-04-06 15:48:29 -07:00
LICENCE fix project_slug error. 2024-04-06 15:48:29 -07:00
Makefile fix project_slug error. 2024-04-06 15:48:29 -07:00
README.md fix project_slug error. 2024-04-06 15:48:29 -07:00
pyproject.toml fix project_slug error. 2024-04-06 15:48:29 -07:00
requirements.txt fix project_slug error. 2024-04-06 15:48:29 -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