Closed mmxuan18 closed 5 years ago
for this place, the librosa source code example magphase's param not use T operation, do this has any influence?
the loss and acc change not almost, maybe something wrong
this is not wrong, please do learning rate warmup while training.
param set like this --net resnet34s --batch_size 160 --gpu 0,1 --lr 0.001 --warmup_ratio 0.1 --optimizer adam --epochs 128 --loss softmax
then it should get EER around 3.4-3.5 easily, and train longer, it should be around 3.2-3.3 https://github.com/WeidiXie/VGG-Speaker-Recognition/issues/10#issue-420380352
For this part, I simply used codes from other people.