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
14k stars 1.81k forks source link

Does the trail_command in config file support the spaceholder? #5663

Open Nnnaqooooo opened 1 year ago

Nnnaqooooo commented 1 year ago

I get a problem,I try to run my program with NNI Command "nnictl create --config config.yml --port 60001 --timestamp 88",and the trail-command in config.yml is "python framework.py --timestrap %timestrap%".