You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if tensorboard had a simple UX like this:
tensorboard --event_file mah-profile.xplane.pb
I tried using --event_file:
tensorboard --event_file gke-tpu-4eba1e59-9k6z.xplane.pb
Error: A logdir or db must be specified. For example `tensorboard --logdir mylogdir` or `tensorboard --db sqlite:~/.tensorboard.db`. Run `tensorboard --helpfull` for details and examples.
The text was updated successfully, but these errors were encountered:
Based on the contents of your command I'm guessing you're particularly interested in the profiler plugin. The file structure is important to how tensorboard understands the data being read is profiler plugin data. Running tensorboard --logdir=. should start the tool but the profiler plugin will not be available.
Is there a reason you need to perform this action frequently? I imagine you could change there the files are written?
Let's assume I have a xplane.pb file in my current directory. Then in order to load it in tensorboard, I would have to do something like this:
It would be really nice if tensorboard had a simple UX like this:
I tried using --event_file:
The text was updated successfully, but these errors were encountered: