io
Here are 722 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
Deprecate data utils
PyTorch core has download function and torch.hub.download_url_to_file.
Torchaudio can use it for dataset download and does not need to maintain its own torchaudio.datasets.utils.download_url.
In addition to that, there seems to be something wrong with torchaudio.datasets.utils.download_url.
It fails to download multiple of huge files. I think we should get rid of `torchaudio.datasets.ut
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Oct 23, 2021 - C
-
Updated
Feb 6, 2022 - C#
-
Updated
Feb 7, 2022 - Rust
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Feb 7, 2022 - PHP
-
Updated
Feb 6, 2022 - OCaml
-
Updated
Feb 4, 2022 - C++
-
Updated
Dec 28, 2021 - Python
-
Updated
Oct 28, 2020 - Go
-
Updated
Dec 21, 2021 - Python
-
Updated
Dec 6, 2021 - Jupyter Notebook
-
Updated
Dec 28, 2021 - Kotlin
-
Updated
Jan 28, 2022 - Zig
-
Updated
Jan 3, 2022 - C#
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."
Since commit b2ccbbb8a4b66a718298df65ac283e2056e211fa on linux uv_uptime will (in most cases) return a fractional uptime. In itself this is fine and I personal would prefer that, but apparently an extra
floorwas added in the windows implementation to get same behavior on all platforms (61a8d97ad9eff8a5e8b0d05d3b421062cd5427de). So this at least should be discussed.Edit: there is an related