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
When I remove the SpecAug layer everything runs fine. I've tested using only the melspec + a mobile net at the end and it runs smooth. The problem is apparently related to SpecAug layer.
Do you have any idea what could be going wrong here? I appreciate any guidance related to the problem. Best regards.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to add a SpecAug layer in the training process of a CNN using the code below:
The CNN summary looks like this:
Compiling and fitting the model
Then I get the following error:
The shape of X_train is
I'm using Tensorflow 2.9.2, and Python 3.7.15
When I remove the SpecAug layer everything runs fine. I've tested using only the melspec + a mobile net at the end and it runs smooth. The problem is apparently related to SpecAug layer.
Do you have any idea what could be going wrong here? I appreciate any guidance related to the problem. Best regards.
The text was updated successfully, but these errors were encountered: