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
Hi,
I'm trying to train the model on my custom datasets. I have a low resolution dataset of 16000Hz sample rate and high resolution dataset having a sample of 48000Hz. I'm getting the following error while training the model: NotImplementedError: Only 2D, 3D, 4D, 5D padding with non-constant padding are supported for now
This error is occurring during adding padding to the input tensor.
I have attached a screenshot of the error as well. Any idea as to why I'm getting this error ?
Regards,
Harsh
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to train the model on my custom datasets. I have a low resolution dataset of 16000Hz sample rate and high resolution dataset having a sample of 48000Hz. I'm getting the following error while training the model:
NotImplementedError: Only 2D, 3D, 4D, 5D padding with non-constant padding are supported for now
This error is occurring during adding padding to the input tensor.
I have attached a screenshot of the error as well. Any idea as to why I'm getting this error ?
Regards,
![Screenshot from 2023-08-09 11-48-14](https://private-user-images.githubusercontent.com/132562490/259314757-3d2761b1-a6ab-42e3-b589-31da0a8af677.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjIyMjIsIm5iZiI6MTczOTQ2MTkyMiwicGF0aCI6Ii8xMzI1NjI0OTAvMjU5MzE0NzU3LTNkMjc2MWIxLWE2YWItNDJlMy1iNTg5LTMxZGEwYThhZjY3Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNTUyMDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYmUzZTFhYWZjMDEyNjExNGM1MWEzZjdmMWE4ZWVjMmQ3YmVhZTU5ZTYyYTdjNGExMGViNTlkNWM4MjVmYmQ3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zlALCEpBZIWN_lZCGIFRU1P0xOerAMQ3AagwW6XCcq0)
Harsh
The text was updated successfully, but these errors were encountered: