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

How to check the metrics after the experiment has finished? #5662

Open ywhijn opened 1 year ago

ywhijn commented 1 year ago

I just run the parameters tuning on the remote server, where the portable web URL is invalid. But the trails have been recorded and I want to the check the metrics of past trails? How can I do that when I start an experiment without any model running, but tracing the trails results? Anyway, how to run the experiment on the remote server and the logs are sent back to the local PC?

Hadiaz1 commented 1 year ago

to view a completed or a paused experiment without further running the simulations, you can check if this command works for you?

nnictl view [experiment_id] --port [port_num]