mravanelli / SincNet

SincNet is a neural architecture for efficiently processing raw audio samples.
MIT License
1.14k stars 263 forks source link

Training on GPU got error on CPU decoding #34

Closed hdubey closed 5 years ago

hdubey commented 5 years ago

I got this error while doing d_vector extraction. Is D-vector output of 2nd CNN layers? Error seems to be due to availability of Torch GPU version and not CPU. How did you handle in your case? Thanks! Below is error message:

import torch File "anaconda3/lib/python3.6/site-packages/torch/init.py", line 80, in from torch._C import * ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /anaconda3/lib/python3.6/site-packages/torch/_C.cpython-36m-x86_64-linux-gnu.so)

mravanelli commented 5 years ago

This seems to be a more basic error due to the GLIBC. Could you try to upload your python to 3.7 and you pytorch to 1.0?

Mirco

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Mon, 15 Apr 2019 at 12:48, hdubey notifications@github.com wrote:

I got this error while doing d_vector extraction. Is D-vector output of 2nd CNN layers? Error seems to be due to availability of Torch GPU version and not CPU. How did you handle in your case? Thanks! Below is error message:

import torch File "anaconda3/lib/python3.6/site-packages/torch/init.py", line 80, in from torch._C import * ImportError: /lib64/libc.so.6: version `GLIBC2.14' not found (required by /anaconda3/lib/python3.6/site-packages/torch/ C.cpython-36m-x86_64-linux-gnu.so)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mravanelli/SincNet/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AQGs1hvGcIkV8k7pbUI57UKRarhpcg7Eks5vhK1jgaJpZM4cwcQU .