Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it #2

Open
cmhungsteve opened this issue Oct 19, 2018 · 1 comment
Open

How to use it #2

cmhungsteve opened this issue Oct 19, 2018 · 1 comment

Comments

@cmhungsteve
Copy link

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.

@lanpa
Copy link
Owner

lanpa commented Oct 20, 2018

This program is only test against the pip version (1.4). Did you install tensorboardX from source?

Since I didn't pay much time on this code, if I remember correctly, dumb.pb is renamed from events.out.tfevents.xxxxxx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants