microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
13.98k stars 1.81k forks source link

nni default experiment path is ~/nni-experiments ,could it be changed? #4194

Open DavideHe opened 2 years ago

DavideHe commented 2 years ago

Describe the issue:

Environment:

Configuration:

Log message:

How to reproduce it?:

DavideHe commented 2 years ago

nni==2.0 config.yml logDir: xxxxx/xxxxx nni>=2.3 config.yml experimentWorkingDirectory: xxxxxx/xxxxxx

scarlett2018 commented 2 years ago

@DavideHe - thanks for submitting the issue. may I know more about why you'd like to change the default experiment path? thanks.

DavideHe commented 2 years ago

@DavideHe - thanks for submitting the issue. may I know more about why you'd like to change the default experiment path? thanks.

I run nni on a GPU docker cluster,but I couldn't ping the ip of the docker straightly; so I want to write the experiment to other path,then I could create a cpu docker to view it (nnictl view experiment_id).As you know cpu docker only will be used to edit code and debug ,not suitable to train,althrough I could ping its ip and port.