io
Here are 739 public repositories matching this topic...
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since
🚀 The feature
Cache PitchShift Resample kernel to improve speed of this transform on second usage.
Motivation, pitch
In porting some augmentation code from librosa to torchaudio, I noticed that PitchShift() and Resample() are slower than librosa in CPU.
In the case of transforms.Resample(), this changes on second run as the kernel is cached. But PitchShift does no such cach
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Mar 23, 2022 - C
-
Updated
May 12, 2022 - C#
-
Updated
Apr 7, 2022 - Rust
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
May 11, 2022 - PHP
-
Updated
May 12, 2022 - OCaml
-
Updated
May 11, 2022 - C++
-
Updated
May 6, 2022 - Python
-
Updated
Oct 28, 2020 - Go
-
Updated
May 8, 2022 - Python
-
Updated
May 14, 2022 - Jupyter Notebook
-
Updated
Dec 28, 2021 - Kotlin
-
Updated
Feb 25, 2022 - Zig
-
Updated
May 12, 2022 - C#
-
Updated
May 13, 2022 - JavaScript
Improve this page
Add a description, image, and links to the io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the io topic, visit your repo's landing page and select "manage topics."
I'm opening this issue prepared to be declared blind and pointed at the relevant bit of documentation, but I've looked far and wide, and it's definitely not in this repo, not in a form that a
grepcan find.