-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: forward() got an unexpected keyword argument 'is_causal' #68
Comments
when i tried use mvts_transformer to SpokenArabicDigits , the error occurred |
I have the same issue. Have you solved it yet? |
I solved it by adding "**kwargs" to the forward() function in the TransformerBatchNormEncoderLayer class.. this solves the issue that the argument 'is_casual' is no longer expected in the function call. |
yes you can basically add |
this resolved the issue. |
maybe you could use torch==1.7.1 |
No description provided.
The text was updated successfully, but these errors were encountered: