tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory profiler tool missing from Tensorboard

adis98 opened this issue · comments

Hi. In the tensorboard profiling dashboard, there is no option to view the memory profile. I inspected the logs and discovered that the memory_profile.json.gz file is missing from the log directory. Is it necessary to activate the memory profiler separately?

@adis98 just checking, do you have the following 2 lines in your code:
tf.profiler.experimental.start("/tmp/tensorboard/")
# Train the model here
tf.profiler.experimental.stop()