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
Here is what I came up with but I have a ton of warnings during tracing. My symbolic method gets called but I have no idea what to return and same for the backward one (I plan on re-training)
Any help about the better way to implement my stuff ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to fix auto_pad "SAME_UPPER" not being supported by implementing it myself with a wrapper.
So far here is what I do:
With
OnnxConv2dWithAutoPadSame
being a custom wrapperbut the breakpoint in _onnx_attrs is never reached so I try to implement it as an
torch.autograd.Function
Here is what I came up with but I have a ton of warnings during tracing. My
symbolic
method gets called but I have no idea what to return and same for the backward one (I plan on re-training)Any help about the better way to implement my stuff ?
Beta Was this translation helpful? Give feedback.
All reactions