Open ZhiyuanChen opened 3 years ago
After I dive into the log on remote machine, I found it is because the port on master machine is not opened. Consider raise an Error in such case
More precisely, it is resulted since nni require an additional port (8081 in my case) for web socket communication.
More precisely, it is resulted since nni require an additional port (8081 in my case) for web socket communication.
for the training services other than local, yes, one more port is needed
More precisely, it is resulted since nni require an additional port (8081 in my case) for web socket communication.
for the training services other than local, yes, one more port is needed
Maybe check if the port is opened first and raise a systemerror?
More precisely, it is resulted since nni require an additional port (8081 in my case) for web socket communication.
for the training services other than local, yes, one more port is needed
Maybe check if the port is opened first and raise a systemerror?
good suggestion, we will consider this feature, also welcome your contribution if possible
More precisely, it is resulted since nni require an additional port (8081 in my case) for web socket communication.
for the training services other than local, yes, one more port is needed
Maybe check if the port is opened first and raise a systemerror?
Thanks @ZhiyuanChen for using NNI and engage with us on finding the root cause, you are highly encouraged to contribute a fix for the issue as you had already find the root cause, just one step away, looking forward to your fist PR to NNI =D.
Discussed in https://github.com/microsoft/nni/discussions/4070