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

event_accumulator is missing in v1.1 #9532

Closed
ZhengyaoJiang opened this issue Apr 29, 2017 · 2 comments
Closed

event_accumulator is missing in v1.1 #9532

ZhengyaoJiang opened this issue Apr 29, 2017 · 2 comments
Assignees

Comments

@ZhengyaoJiang
Copy link

System information

  • TensorFlow version: v1.1

Describe the problem

Before v1.1, there is a class called EventAccumulater in python/summary/event_accumulator.py which is used to export the data from tensorboard. However, in v1.1 this file is missing and the README.md is still the old version, saying "If you wish to load TensorFlow events, you should use an EventAccumulator (to load from a single events file) or an EventMultiplexer (to load from multiple events files)".
Is there any alternative API to load the data from tensorboard record files?

@ZhengyaoJiang
Copy link
Author

Ok. I've found the event_accumulator.py in tensorflow/tensorflow/tensorboard/backend/event_processing/.
The movement of the file was done in commit 8c1c861.

@teamdandelion
Copy link
Contributor

Yeah, the Event Accumulator is part of TensorBoard and was never actually exposed as part of the TensorFlow API (although we have mentioned it in the README). I wouldn't expect it to stay in the TensorFlow codebase indefinitely.

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