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

DARTS experiment does not save #5638

Closed ekurtgl closed 1 year ago

ekurtgl commented 1 year ago

Hi,

I was able to run the darts tutorial. However, when I want to save the experiment, although it doesn't show any error, it doesn't save the experiments:

image

Other multi-trial experiements are being save without any problem, and I use the exact same two lines of codes. Is there a different way of saving oneshot methods?

image

Thank you!

matluster commented 1 year ago

For versions below v3.0, saving one-shot experiments does not work.

ekurtgl commented 1 year ago

Got it, thank you!