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
I tried to implement BNTT layer by using BatchNormTT2d() according to documentation. However, I receive an error during forward pass. Here is the minimal example with received error.
raise NotImplementedError(f"Module [{type(self).__name__}] is missing the required \"forward\" function")
NotImplementedError: Module [ModuleList] is missing the required "forward" function
The text was updated successfully, but these errors were encountered:
Description
I tried to implement BNTT layer by using BatchNormTT2d() according to documentation. However, I receive an error during forward pass. Here is the minimal example with received error.
What I Did
Here is the error I receive:
The text was updated successfully, but these errors were encountered: