Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

test_conv_double_backward_strided_with_3D_input_and_weight_cuda: AssertionError: ABCMeta #1785

@desertfire

Description

@desertfire

Repro:

PYTORCH_TEST_WITH_INDUCTOR=1 python test/test_nn.py -k test_conv_double_backward_strided_with_3D_input_and_weight_cuda

Error:

[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
==========

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions