Tensorboard SummaryWriter
not working
#2651
Unanswered
trechberger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Maybe I'm missing something, but is there a bug in
flax.metrics.tensorboard.SummaryWriter
?The following minimal example is producing a
TypeError
:->
TypeError: __exit__() missing 3 required positional arguments: 'type', 'value', and 'traceback'
The error suggests that in
flax/metrics/tensorboard.py:70
, the arguments are missing and should be provided (see here).Thanks for any feedback!
Beta Was this translation helpful? Give feedback.
All reactions