Files
ml_pipeline/Makefile
Matt 1f13224c4f add hydra config.
remove click.
add launch script.
add test dir.
switch from fashion mnist to generic.
2023-01-26 07:25:07 -08:00

16 lines
175 B
Makefile

CONDA_ENV=ml_pipeline
all: run
run:
./launch.sh
data:
python src/data.py
batch:
python src/batch.py
install:
conda env updates -n ${CONDA_ENV} --file environment.yml