starostka / 02476-mlops

Project work in 02476 Machine Learning Operations at the Technical University of Denmark (DTU)
https://starostka.github.io/02476-mlops/
Other
2 stars 1 forks source link

README.md is deprecated #38

Closed philgzl closed 1 year ago

philgzl commented 1 year ago

Now that Hydra is implemented, passing arguments to the dataset/train/predict scripts is not exactly like described on the README anymore.

Example: to specify the output dataset path when making the dataset, one should call

python src/data/make_dataset.py dataset=path/to/dataset.pt
philgzl commented 1 year ago

PR #39 fixed this