VGGVox
VGGVox copied to clipboard
problems in configuring the environment
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!
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
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');
using this instead: featid = strcmp({net.vars.name},'distance');