tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No profile directory generated under logs.

PurvangL opened this issue · comments

I am trying to train on my H100 and trying to capture profile but there is no profile folder generated.
code block

callbacks.append(tf.keras.callbacks.TensorBoard(log_dir="checkpoints/logs", histogram_freq=1, profile_batch=(0, 100)))

packages.
tf-nightly 2.14.0.dev20230706
tensorboard 2.14.0
tensorboard-plugin-profile 2.14.0

Please let me know if any additional information needed.