-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Following the workaround here, I tried profiling via both tensorflow.keras.callbacks.TensorBoard and with tensorflow.python.eager.profiler.Profiler - but the resulting trace only displays /host:CPU (img below); I understand there should also be /job and /gpu sections, which is also evident from the significant gap between model.train_on_batch() iterations.
Any fixes/workarounds?
Note: I'm also getting the following in Anaconda Powershell Prompt:
W0215 15:19:47.154924 14124 core_plugin.py:215] Unable to get first event timestamp for run .:
No event timestamp could be found
Note 2: TF 2.0.0 (stable) captures GPU, but I'm still not seeing /job: (also I still had to use the JSON workaround; TensorBoard PROFILE was empty)

