tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory use profiling docs

zaccharieramzi opened this issue · comments

From what I understand in this tweet by the official TensorFlow account, it seems that in tf 2.3, the profiler will feature a memory tab.

However, when using it (I can provide a colab if needed), I didn't see it in tensorboard.

I guess it's a matter of correctly using the ProfileOptions, but I don't know how, could you give some insights in the docs?

commented

Indeed. It just recently appeared for me, but it is here now. Thanks!