You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trace view is one of my most important tools for profiling pytorch programs, but for the last few days I cannot manage to get it to display anything:
I can see that one of the processes of tensorboard is in 'Zombie' mode:
Things I've tried to fix this crash:
Use toch_tb_profiler version 0.4.1 and 0.4.3
Use tensorboard version 2.11 and 2.14
I've checked that the plugin.py::trace_route function returns 'as expected' (or at least doesn't crash)
I'll update this issue as I investigate further
The text was updated successfully, but these errors were encountered:
I don't know exactly but I had same problem. And I found this issue occurs when trace.json is lager than 500MB. I manually cut last part of trace.json to make smaller than 500MB and it worked. I think chrome://tracing may be the cause of the problem.
The trace view is one of my most important tools for profiling pytorch programs, but for the last few days I cannot manage to get it to display anything:
I can see that one of the processes of tensorboard is in 'Zombie' mode:
Things I've tried to fix this crash:
toch_tb_profiler
version 0.4.1 and 0.4.3tensorboard
version 2.11 and 2.14plugin.py::trace_route
function returns 'as expected' (or at least doesn't crash)I'll update this issue as I investigate further
The text was updated successfully, but these errors were encountered: