XinhaoMei / DCASE2021_task6_v2

Code for CVSSP submission to DCASE 2021 Task 6
35 stars 5 forks source link

Code for training wav2vec #2

Closed JNaranjo-Alcazar closed 3 years ago

JNaranjo-Alcazar commented 3 years ago

Is available the code for training the wav2vec model as described in the technical report or is just released in pre-trained models folder?

Thanks for sharing!

XinhaoMei commented 3 years ago

Is available the code for training the wav2vec model as described in the technical report or is just released in pre-trained models folder?

Thanks for sharing!

Hi, do you mean the word2vec model? I have uploaded the code for training word2vec model in word2vec_train.py BTW, I run this code with gensim 3.8.3 (which is 4.0.1 in the environmental dependencies) .

JNaranjo-Alcazar commented 3 years ago

Yes! That is why I was looking for!

Thanks for the quick reply!