astorfi / 3D-convolutional-speaker-recognition

:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Apache License 2.0
780 stars 274 forks source link

where is score_vector.npy #50

Open azuryl opened 5 years ago

azuryl commented 5 years ago

fid = open(os_fspath(file), "rb") FileNotFoundError: [Errno 2] No such file or directory: 'results/SCORES/score_vector.npy' Traceback (most recent call last): File "./code/4-ROC_PR_curve/PlotROC.py", line 73, in

ooobsidian commented 4 years ago

@azuryl Have you solved your problem?

BlossomLiu commented 4 years ago

I met the same problem. But if you change the "xrange" to "range" in code/2-enrollment/enrollment.py and code/3-evaluation/evaluation.py, then score_vector.npy is generated during the program running process