nikvaessen / w2v2-speaker

Research code for the paper "Fine-tuning wav2vec2 for speaker recognition" found at https://arxiv.org/abs/2109.15053
MIT License
143 stars 14 forks source link

details about other python library #6

Closed eric246 closed 1 year ago

eric246 commented 1 year ago

Thanks for your code. I'm just getting started with python. There are always some errors when I configure the environment. Can you list the versions of the pytorch-lightning, torchmetric, and etc. python libraries you use?

nikvaessen commented 1 year ago

from https://github.com/nikvaessen/w2v2-speaker/blob/master/pyproject.toml pytorch-lightning = "1.4.5"

from https://github.com/nikvaessen/w2v2-speaker/blob/master/requirements/requirements_cuda111.txt: torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1

eric246 commented 1 year ago

Oh, I know. Thanks Nik.