Replies: 3 comments 8 replies
-
|
Sounds like the input is stereo when the model is expecting mono. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It's independent of Asteroid, I guess |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
To make the model accept stereo, do I have to change the shapes in the mask network only or the encoder and decoders also? This is the model: |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to train a tasNet model to separate vocals from an audio track (songs)
I have adjusted the example code for the TasNet to take in the musdb18 dataset. However when I try to train the model, the following error occures:
File "D:\Matthew\Uni\FYP\Astroid\asteroid\asteroid\masknn\norms.py", line 43, in apply_gain_and_biasreturn (self.gamma * normed_x.transpose(1, -1) + self.beta).transpose(1, -1)RuntimeError: The size of tensor a (512) must match the size of tensor b (2) at non-singleton dimension 3Does anyone have any idea what might be causing the problem please?
If it would be of any help, this is the code I am running:
scripts.zip
Beta Was this translation helpful? Give feedback.
All reactions