Hi TensorFlow team,
I am running TensorFlow callbacks to fetch trace events similar to the following from PyTorch:
“ph”: “X”, “cat”: “cpu_op”, “name”: “autograd::engine::evaluate_function: DivBackward0”, “pid”: 2323, “tid”: 2779, “ts”: 1722015915530495, “dur”: 287
However, the “Profile” tab is no longer available in TensorBoard for my experiment. Could you provide guidance on how to enable it or suggest any troubleshooting steps?
Thank you!