astorfi / 3D-convolutional-speaker-recognition

:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Apache License 2.0
778 stars 275 forks source link

RuntimeWarning: numpy.dtype size changed #37

Closed pranoot closed 5 years ago

pranoot commented 5 years ago

Hello, Thank you for a wonderful work in speaker verification I am trying to execute the code and its giving me the following error. RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88

Is it because of the different versioning of numpy and scipy? If yes then what are the version which you have used while training?

Thank you for your help !

astorfi commented 5 years ago

@pranoot It's a warning. It is not an error. You can simply force the file types to be of the desired format but it is not a big deal.

pranoot commented 5 years ago

Thank you.