VGGVox icon indicating copy to clipboard operation
VGGVox copied to clipboard

problems in configuring the environment

Open TTTJJJWWW opened this issue 6 years ago • 3 comments

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!

TTTJJJWWW avatar Oct 22 '18 07:10 TTTJJJWWW

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

hktxt avatar Oct 23 '18 03:10 hktxt

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');

TTTJJJWWW avatar Nov 06 '18 04:11 TTTJJJWWW

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

hktxt avatar Nov 08 '18 08:11 hktxt