-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: cppRelated to C++ APIRelated to C++ APItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Bug
Running the c++ example fails when running the forward calculation on the generator:
what(): Calculated padded input size per channel: (1 x 1). Kernel size: (4 x 4). Kernel size can't be greater than actual input size (check_shape_forward at /pytorch/aten/src/ATen/native/Convolution.cpp:436)
Is this due to recent changes to use NNPACK for strided convolutions..?
(There's also a warning about batchnorm being deprecated,
but that's a simpler fix.)
Thanks
cc @yf225
Metadata
Metadata
Assignees
Labels
module: cppRelated to C++ APIRelated to C++ APItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module