clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.05k stars 272 forks source link

AttributeError: module 'torch' has no attribute 'finfo' #6

Closed jlian2 closed 4 years ago

jlian2 commented 4 years ago

Once I use "ResnetSE34L", it shows: File "/home/user/anaconda3/lib/python3.7/site-packages/torchaudio/compliance/kaldi.py", line 23, in EPSILON = torch.tensor(torch.finfo(torch.float).eps, dtype=torch.get_default_dtype()) AttributeError: module 'torch' has no attribute 'finfo'

joonson commented 4 years ago

I cannot reproduce this error. Can anyone else?