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
Thanks for the great work! I use flash-fft-conv in my project and it works quite well. During tracing the model, I encounter a RuntimeError: Could not export Python function call 'FlashFFTConvFunc'. Remove calls to Python functions before export. Did you forget to add @script or @script_method annotation? If this is a nn.ModuleList, add it to __constants__
Do you know how to fix this issue? Thanks!
The text was updated successfully, but these errors were encountered:
Hi authors,
Thanks for the great work! I use flash-fft-conv in my project and it works quite well. During tracing the model, I encounter a RuntimeError:
Could not export Python function call 'FlashFFTConvFunc'. Remove calls to Python functions before export. Did you forget to add @script or @script_method annotation? If this is a nn.ModuleList, add it to __constants__
Do you know how to fix this issue? Thanks!
The text was updated successfully, but these errors were encountered: