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
{{ message }}
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
[2022-10-27 23:39:46,114] torch._dynamo.convert_frame: [ERROR] WON'T CONVERT test_conv_double_backward_strided_with_3D_input_and_weight /fsx/users/binbao/pytorch/test/test_nn.py line 16823
due to:
Traceback (most recent call last):
File "/fsx/users/binbao/pytorch/torch/_dynamo/variables/functions.py", line 29, in wrap_bound_arg
assert isinstance(val, VariableTracker), typestr(val)
AssertionError: ABCMeta
from user code:
File "/fsx/users/binbao/pytorch/test/test_nn.py", line 16851, in test_conv_double_backward_strided_with_3D_input_and_weight
self.assertEqual(grad_grad_output.shape, gO.shape)
Set torch._dynamo.config.verbose=True for more information
==========