a-nagrani / VGGVox

VGGVox models for Speaker Identification and Verification trained on the VoxCeleb (1 & 2) datasets
377 stars 84 forks source link

problems in configuring the environment #4

Open TTTJJJWWW opened 5 years ago

TTTJJJWWW commented 5 years ago

Hello, thanks for sharing the trained model!

I am a beginner. I have some problems in configuring the environment and executing the test code. Some of them I tried to solve but failed. Could you please give me your own running environment? For example, the version of Linux system, the version of MATLAB, the version of matconvnet, the version of CUDA, and the version of cudnn?

Looking forward to your reply, thank you!

hktxt commented 5 years ago

Hello, thanks for sharing the trained model!

I am a beginner. I have some problems in configuring the environment and executing the test code. Some of them I tried to solve but failed. Could you please give me your own running environment? For example, the version of Linux system, the version of MATLAB, the version of matconvnet, the version of CUDA, and the version of cudnn?

Looking forward to your reply, thank you!

present your issues

TTTJJJWWW commented 5 years ago

when i run demo_vggvox_verif, a error like this:

Undefined function or variable 'structfind'. Error in demo_vggvox_verif (line 66) featid = structfind(net.vars,'name','distance');

hktxt commented 5 years ago

using this instead: featid = strcmp({net.vars.name},'distance');