KinWaiCheuk / nnAudio

Audio processing by using pytorch 1D convolution network
MIT License
1.02k stars 89 forks source link

Difficulty in using VQT feature with GPU support #117

Closed cheriell closed 2 years ago

cheriell commented 2 years ago

Hi Kin Wai,

Thank you so much for releasing such a helpful package!

I have some difficulties using the new VQT feature with GPU support. The code and error message is as follows:

Screenshot 2022-10-09 at 10 06 27 Screenshot 2022-10-09 at 10 07 12

The same issue doesn't happen if I change the VQT to CQT.

Could you help me with it?

Many thanks!

KinWaiCheuk commented 2 years ago

Solved with commit dc222b4