Skip to content
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

Added SpeechCommands example #649

Merged
merged 4 commits into from
Jul 19, 2022
Merged

Conversation

kaiidams
Copy link
Contributor

This model achieves around 60-70% accuracy which is similar to PyTorch version. However, it depends on torchaudio.transform.Resample() which is not available in TorchSharp yet.

@kaiidams kaiidams marked this pull request as draft July 13, 2022 05:15
@NiklasGustafsson
Copy link
Contributor

@kaiidams -- I merged the Resample PR, so if that means that this is no longer "WIP," then let me know and I'll do a review.

@NiklasGustafsson
Copy link
Contributor

@kaiidams -- what are the system requirements for running the example on a GPU? Does it fit in 8GB of memory? That's been our general guideline for examples, to be able to run in a consumer-grade GPU.

@NiklasGustafsson NiklasGustafsson marked this pull request as ready for review July 19, 2022 15:44
@NiklasGustafsson
Copy link
Contributor

@kaiidams -- sorry, I wasn't sure if you wanted to remove the "WIP" designation, but it seemed like you had done the change that you were blocked on. Please let me know if you want me to merge.

@kaiidams kaiidams changed the title WIP: Added SpeechCommands example Added SpeechCommands example Jul 19, 2022
@kaiidams
Copy link
Contributor Author

@kaiidams -- what are the system requirements for running the example on a GPU? Does it fit in 8GB of memory? That's been our general guideline for examples, to be able to run in a consumer-grade GPU.

@NiklasGustafsson This runs with CPU with 8GB RAM, though I haven't tested with GPU.

@NiklasGustafsson
Copy link
Contributor

NiklasGustafsson commented Jul 19, 2022

@kaiidams -- so, should I merge, or is this still work in progress?

UPDATE: never mind, I saw you took the "WIP" off the title. I'll merge

@NiklasGustafsson NiklasGustafsson merged commit bc926e9 into dotnet:main Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants