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'm attempting to run the example_notebook.iynb code and its giving me an error:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x244 and 200x1)
when trying to run the Frequency representation. It seems the fc_module seem to have an issue with the fr_module output size. How would I fix this?
Also, when I run the train.py file for training my own model, the fr_module training finishes, but fc_module training fails and gives me a similar type of error. What is the issue?
The text was updated successfully, but these errors were encountered:
Hi,
I'm attempting to run the example_notebook.iynb code and its giving me an error:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x244 and 200x1)
when trying to run the Frequency representation. It seems the fc_module seem to have an issue with the fr_module output size. How would I fix this?
Also, when I run the train.py file for training my own model, the fr_module training finishes, but fc_module training fails and gives me a similar type of error. What is the issue?
The text was updated successfully, but these errors were encountered: