Speaker-Identification / You-Only-Speak-Once

Deep Learning - one shot learning for speaker recognition using Filter Banks
142 stars 36 forks source link

Share Jupyter notebook for fbank_net #4

Open PBRAOS opened 3 years ago

PBRAOS commented 3 years ago

The title is self explanatory! Could you share also the notebook you have used to calibrate the fbank_net ? It seems (as per your notes it performs better)

Thanks pb

PBRAOS commented 3 years ago

I actually just noticed you used the mains below:

def main() in /fbank_net/model_training/cross_entropy_pre_training/cross_entropy_train.py
for pretraining and likewise in fbank_net/model_training/triplet_loss_fine_tuing/triplet_loss_train.py

Should i assume there were no Jupiter notebooks ?

thanks, pb