I run a deep learning model on a remote cluster and I use visdom
library for the visualization of the results. I use this command line to connect to the server:
ssh -L 8097:localhost:8097 [email protected]
after running my code, I got this messsage:
Job 556789 is allocated resource
It's Alive!
You can navigate to http://gpu168:8097/
when I use this link in my chrome browser, I am not able to see the results and I get this message
This site can’t be reached gpu168’s server IP address could not be found.
Try:
Checking the connection
Checking the proxy, firewall, and DNS configuration
ERR_NAME_NOT_RESOLVED
I appreciate it if someone can suggest how I fix this problem.