This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
referring to experiment in experiment code #5725
Unanswered
marcinchomicz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to refer to running experiment in the experiment code without providing port number (LocalService) and using Experiment.connect() class method, when an experiment was started from commandline using nnictl with yaml file configuration?
Using call such as nni.Experiment.connect(port = 15010) return current experiment object, and allows to f.e. metrics querying,
I didn't find a way to access the port number of experiment programmaticaly.
The only way is to hardcode port number or pass it as parameter, which is strongly inconvienient.
Beta Was this translation helpful? Give feedback.
All reactions