Replies: 1 comment
-
|
Hey @lockwo, currently Mutable HiTypes (like Box) don't work with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How should box.get be returned from a function? A naive approach fails
yields
'BatchTrace' object has no attribute 'cur_qdd'but with
it seems to work? I also tested this in more complicated batch norm examples, but I wanted to check what the official recommendation was since this seemed a bit simplistic.
Beta Was this translation helpful? Give feedback.
All reactions