speaker recognition tutorial : all losses diverge :( #3219
pierrebedu
started this conversation in
General
Replies: 2 comments 3 replies
-
@nithinraok can you please look at this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for reporting this, let me have a look |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Following the speaker recognition tutorial, i'm surprised because all losses diverge.
For the first training step it is announced and not annoying.
For the fine tuning step it is not normal.
Any idea to make this converge? thanks
PS : the tutorial is broken due to a torchaudio update. to make this work on google collab, add this :
!pip install torch==1.10.0+cu111 torchvision==0.11.1+cu111 torchaudio==0.10.0+cu111 -f https://download.pytorch.org/whl/cu111/torch_stable.html
Beta Was this translation helpful? Give feedback.
All reactions