Skip to content

Profiler fails to capture GPU / job #3256

@OverLordGoldDragon

Description

@OverLordGoldDragon

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

image


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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions