adamtupper / cookiecutter-lvsn-workflow

A Cookiecutter template for my LVSN workflow. Utilises DVC for artifact tracking and Docker for deploying experiments on the LVSN servers.
MIT License
0 stars 0 forks source link

Add a Makefile with targets for building, running, etc. #7

Open adamtupper opened 3 years ago

adamtupper commented 3 years ago

Add a make file with targets (such as build, run, format, test, etc.) to reduce the need to remember, copy and paste long and complicated commands.

adamtupper commented 3 years ago

Include --no-commit flag in dvc repro commands to enable manual control over whether artifacts for a run should be stored and tracked.