Tensorboard did not work with rays_results

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

After ran my model on a remote server. I ran tensorboard --logdir ray_results --port 6009 --host server_ip in terminal. It showed to open the page http://server_ip:6009/. But the the page did not show the graph. it said:

No dashboards are active for the current data set.
Probable causes:

  • You haven’t written any data to your event files.
  • TensorBoard can’t find your event files.

It is OK if I ran on the local machine. It seems tensorboard did not find the data. Anyone have seen this before?

Problem solved. I still ran the command: tensorboard --logdir ray_results --port 6009 --host server_ip in terminal with different env. It started to have data. Problem solved.