HappyColor / SpeechFormer

Official implement of SpeechFormer written in Python (PyTorch).
72 stars 7 forks source link

Hello, what is the version of CUDA? #5

Open 1260629937 opened 1 year ago

HappyColor commented 1 year ago

We used CUDA 10.2.

1260629937 commented 1 year ago

OK,thank you very much.

ztt159 commented 11 months ago

Hello,May I ask how your dataset files are placed?

HappyColor commented 11 months ago

The features (.mat files) of my dataset are placed in a folder that holds the data. It doesn't matter where the data is placed, just modify the dataloader to make sure it can load the data properly.