You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, I really appreciate for your work based on KALDI platform for "Exploring the Encoding Layer and Loss Function in End-to-End Speaker and Language Recognition System".
but, I have some trouble when I first start your code...
When I execute "pip install -r requirements.txt", an error occurs.
The error message is
Invalid requirement: '_libgcc_mutex=0.1=main'
= is not a valid operator. Did you mean == ?
and, honestly, I've never seen the unary operator '=' in requirements.txt
I wonder why the unary operator exists there.
In almost every line of "requirements.txt", there is '=' .
Then...how do I execute the code?
please help me...
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi, first of all, I really appreciate for your work based on KALDI platform for "Exploring the Encoding Layer and Loss Function in End-to-End Speaker and Language Recognition System".
but, I have some trouble when I first start your code...
When I execute "pip install -r requirements.txt", an error occurs.
The error message is
and, honestly, I've never seen the unary operator '=' in requirements.txt
I wonder why the unary operator exists there.
In almost every line of "requirements.txt", there is '=' .
Then...how do I execute the code?
please help me...
Thank you in advance
The text was updated successfully, but these errors were encountered: