panahiparham / ml-experiment-definition

MIT License
2 stars 3 forks source link

UX: scheduler doesn't tell users where to save results #23

Closed yasuiniko closed 4 weeks ago

yasuiniko commented 1 month ago

The following assumes this layout:

Right now we want the results of my_experiment.py to be stored under results/exp_name/, and we are trusting users to write my_experiment.py from scratch. It's very easy right now for users to save their results in some other path.

I think scheduler should pass --results-path=results/exp_name/ to my_experiment.py by default, so that users are forced to be aware of the intended location for experiment results.

andnp commented 4 weeks ago

Yup totally agreed here.