pytorch / kineto

A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why can't json file be displayed on tensorboard?

Cyingyinging opened this issue · comments

commented

1. when i run the resnet50 sound code,it show the earn:
image
2. then, a json file is generated under the corresponding folder.But, there is a big difference from the sample file.
image
3. Thus, the tensorboard can not show :
image
I wonder what went wrong and how to deal with it ?

How are you exporting the trace file? Do you have a code snippet?