Closed philgzl closed 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
PR #39 fixed this
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