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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: