Hello,
After launching run.tune()
l followed the provided http link to open the dashbord. However, the dashboard appears then remains blank. My experiments have finished correctly.
Any cue to open the dashboard ?
I tried also the following:
ray start --head --dashboard-host=0.0.0.0 --port 7000
then run the following script
import ray
ray.init(address="ray://10.132.0.48:7000:10001")
It doesn’t solve the problem.
How can l access the dashboard alive during training and what is the appropriate command line to open the dashboard at the end of tune.run()
execution.
Thank you.