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

TensorBoard test summary error #2878

Closed
rnrneverdies opened this issue Jan 24, 2018 · 1 comment
Closed

TensorBoard test summary error #2878

rnrneverdies opened this issue Jan 24, 2018 · 1 comment

Comments

@rnrneverdies
Copy link
Contributor

Bug report, version CNTK 2.3.1

The TensorBoardProgressWriter python class is causing a fatal error in the method on_write_test_summary line 530.

Error caused:

AttributeError: 'ProgressWriter' object has no attribute 'summaries'

Observations:
It seems that where it says "self.summaries" should say "summaries" which is one of the method's arguments. I tried this fix on my side and it seems to work as expected.

Let me know if it's OK to send a PR.

@ke1337
Copy link

ke1337 commented Jan 24, 2018

Thanks for the report, please send a PR.

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