profiler icon indicating copy to clipboard operation
profiler copied to clipboard

No profile directory generated under logs.

Open PurvangL opened this issue 2 years ago • 0 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.

PurvangL avatar Oct 23 '23 20:10 PurvangL