-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inference #6
Comments
The test accuracy for 10 samples for each keyword is over 94 percent. Sounds too good to be true. |
Hello, @codeghees. Could you please provide me with a requirement.txt file or a conda environment.yml file for the environment you used while reproducing the results? I tried to reproduce the results on the google speech v2 dataset and was faced with the same errors. |
Thank for concerning this project. Truly, i can't afford to maintain this project and can't access server now also ; ( Sorry 😐 |
can you point me to a direction for inference? |
I can build it myself. @BeardyMan37 I used Google Colab. |
|
Also how do we get which index represents which class i.e 0 for "UP" - is that positioning of the item in the index array? |
Yes, right! like simple classification other method :D |
Oh I meant - how do we know the mapping. Does that come from the CLASSES array? Thanks! |
Yes. If you can produce training environment, can you PR for others? |
I will go back and check - I just opened colab and followed the instructions. - What is the exact error @BeardyMan37? |
Managed to resolve it. @codeghees |
@qute012 attaching both the requirement.txt and the environment.yml file for your reference. |
hello @codeghees . I encountered the same error while trying to finetune a huggingface wav2vec model with fairseq. Have you found out a method to convert a huggingface model(.bin) to fairseq checkpoint(.pt)? |
@codeghees can you please guide me or give me the link of your colab file? I want to reproduce this result and apply same strategy on Urdu Language. |
Hi! Great work with this. Was able to reproduce your results I think.
@qute012
Two questions - what is the best way to run inference on the trained model? Any sample you have?
Secondly, I was getting an error on fine-tuning a model trained on Google speech commands to my Urdu dataset.
cfg = convert_namespace_to_omegaconf(state_dict['args'])
Error was a key error 'args' not found. What am I doing wrong?
Was passing the .pth model. I checked the model was being loaded.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: