TTTJJJWWW

Results 8 comments of TTTJJJWWW

@linhdvu14 Hi,Thank you for your reply. I am doubtful about "VGGVox doesn't use MFCC", because the source code of VGGVOX contain the MFCC function(from MFCC folder) and use it :...

Oh I see. So you mean that the features of wav are inputed in model as a image (grey-scale image)? And the system essentially calculates the similarity (distance) of the...

@linhdvu14 Hi, did the "weights.h5" store both the architecture and weights, or just weights? I want to convert to a TensorFlow model(.pd). Can I just use "keras_to_tensorflow" tools to do...

Ubuntu16.04 cudnn=7.1.3 cuda=9.0 pytorch=0.4.1 torchvision=0.2.1 python=2.7

Maybe, but i have no idea to fix this. I think the version is ok, how to change that? "Ubuntu16.04 cudnn=7.1.3 cuda=9.0 pytorch=0.4.1 torchvision=0.2.1 python=2.7"

can you give me a example?

what is the folder structure of voxceleb1 when run your codes?

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