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
When I tried python dump.py, it showed the followin error messages:
Traceback (most recent call last):
File "dump.py", line 2, in
import event_pb2
File "/home/cmhung/Research_Codes/tensorboard-dumper/event_pb2.py", line 16, in
from tensorboardX.src import summary_pb2 as tensorboardX_dot_src_dot_summary__pb2
ModuleNotFoundError: No module named 'tensorboardX.src'
Also, how do I obtain dumb.pb? tensorboardX only generate events.out.tfevents.xxxxxx.
The text was updated successfully, but these errors were encountered:
When I tried
python dump.py
, it showed the followin error messages:Also, how do I obtain
dumb.pb
? tensorboardX only generateevents.out.tfevents.xxxxxx
.The text was updated successfully, but these errors were encountered: