a-nagrani / VGGVox

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

Undefined function or variable 'dagnn.ContrastiveLoss'. #9

Open azuryl opened 5 years ago

azuryl commented 5 years ago

demo_vggvox_verif Downloading the VGGVox model for Verification ... this may take a while Warning: Directory already exists.

In demo_vggvox_verif (line 27)

Undefined function or variable 'dagnn.ContrastiveLoss'.

Error in dagnn.DagNN.loadobj (line 26) block = constr() ; Error in demo_vggvox_verif (line 33) load(opts.modelPath); net = dagnn.DagNN.loadobj(netStruct);