pytorch / extension-cpp

C++ extensions in PyTorch
1.02k stars 214 forks source link

AttributeError: module 'depthwise' has no attribute 'forward' #70

Closed Looottch closed 3 years ago

Looottch commented 3 years ago

PyTorch GitHub Issues Guidelines

We like to limit our issues to bug reports and feature requests. If you have a question or would like help and support, please visit our forums: https://discuss.pytorch.org/

If you are submitting a feature request, please preface the title with [feature request].

When submitting a bug report, please include the following information (where relevant):

When import c++ extension module after compiling this custome module successfully, I got a AttributeError: module 'depthwise' has no attribute 'forward'