You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Short summary about the issue/question: if I have some kind of error occur in the Python code, and that error generates an exception, then the REST server continues to run, occupying the port, but I can't stop it, because it says there is no experiment running. I found the node.js server process that I needed to kill, but there should be some way to have it either die when there's an error, or have the 'stop' command work even though no experiment has been started properly.
Brief what process you are following:
How to reproduce it:
nni Environment:
nni version:
nni mode(local|pai|remote):
OS:
python version:
is conda or virtualenv used?:
is running in docker?:
The text was updated successfully, but these errors were encountered:
Short summary about the issue/question: if I have some kind of error occur in the Python code, and that error generates an exception, then the REST server continues to run, occupying the port, but I can't stop it, because it says there is no experiment running. I found the node.js server process that I needed to kill, but there should be some way to have it either die when there's an error, or have the 'stop' command work even though no experiment has been started properly.
Brief what process you are following:
How to reproduce it:
nni Environment:
The text was updated successfully, but these errors were encountered: