Closed ClaudeCoulombe closed 6 years ago
OK, again I've found the solution, since in the TensorBoard command I've put the job path not the data bucket path. When I put the data bucket path it works of course! How silly of me! ;(
Summaries:
Images (hidden layer weights)
The compute network:
Histograms:
Etc.
Keep it if it can help someone else...
I'm trying to monitor the progress of training, using TensorBoard on GCP... (It's my first time with GCP, but I've used AppEngine long time ago...)
1) I go into the ML Engine Jobs view and activate a Google Cloud Shell 2) In the Cloud Shell I type the command: tensorboard --logdir gs://exercices-tensorflow/pong_20180708_033245 --port 8080 3) I open a Web Preview (preview on port 8080)
I've got a TensorBoard page but it's inactive... with the message «No dashboards are active for the current data set.» See below screenshot...
The link with the training data seems not to be done ???? What is the events file? And how to set it?