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

Fix torch detach() before numpy() issue #242

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

pengwei715
Copy link

Hi @juanmc2005 ,

This PR is solving the error of complaining torch doesn't have subclass numpy issue. It's just detaching the torch before call numpy(). Please review and let me know your thoughts. BTW, Love your work on the on-line speaker diarization package. Thanks.

Peng

juanmc2005 and others added 3 commits May 25, 2024 20:44
* Add testing configuration and diarization tests

* Add aggregation tests

* Add end-to-end test for a sample wav file and several latencies

* Fix rounding error in min latency unit test

* Improve CI workflows and add pytest. Fix matplotlib colormap error

* Install missing dependencies in CI

* Add onnxruntime as a test dependency

* Update expected timestamp tolerance to up to 50ms
@juanmc2005 juanmc2005 self-requested a review June 28, 2024 21:31
@juanmc2005
Copy link
Owner

Hi @pengwei715, I can't seem to reproduce this error, could you post a minimal reproducible example? I'm suspecting this may also be related to the pytorch version, which one are you using?

@juanmc2005 juanmc2005 added the bug Something isn't working label Jun 28, 2024
@juanmc2005 juanmc2005 changed the title fixed the torch audio detaching issue Fix torch detach() before numpy() issue Jun 28, 2024
@juanmc2005 juanmc2005 changed the base branch from main to develop June 28, 2024 21:56
@juanmc2005 juanmc2005 changed the base branch from develop to main June 28, 2024 22:11
@juanmc2005 juanmc2005 changed the base branch from main to develop June 28, 2024 22:11
@pengwei715
Copy link
Author

Hi @juanmc2005

Thank you for the review and feedback. My torch version is 2.3.1+cu121 and my numpy version is 1.23.5. Just an FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants