-
Notifications
You must be signed in to change notification settings - Fork 749
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
torchaudio does not work #2417
Comments
Yeah, but the concern is that all the Colab notebooks with torchaudio from the past has stopped working. |
I have the same issue and this is breaking all the tutorials of SpeechBrain (https://speechbrain.github.io/). It is also breaking the torchaudio tutorials and many others I think. It would be great to fix it such that people can simply do "pip install torchaudio" as before. |
Being worked on with internal bug: b/206623828 |
Hello @colaboratory-team, One of the solution is to use:
are you working on that problem ? |
Hi, this issue has also broken 50% of our example colabs for the AugLy library (https://github.com/facebookresearch/AugLy/tree/main/examples). Do you have an ETA on when this issue will be fixed, or should we implement workarounds? |
Right,
for us it is a kind of an emergency and many users are complaining about
it. I agree It could be important if you can share with us an estimate on
when the issue will be fixed.
…On Thu, 18 Nov 2021 at 08:36, Zoe Papakipos ***@***.***> wrote:
Hi, this issue has also broken 50% of our example colabs for the AugLy
library (https://github.com/facebookresearch/AugLy/tree/main/examples).
Do you have an ETA on when this issue will be fixed, or should we implement
workarounds?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA2ZVS36SZNZATKKA4ZIHLUMT6PVANCNFSM5H3ZALFA>
.
|
aheba gave a (temporary) solution 23 hours ago |
Right, but this is quite annoying on our side because we have to basically
change something like 30 tutorials (and then modify them again when the
issue will be fixed).
…On Thu, 18 Nov 2021 at 09:42, Pierre Bedu ***@***.***> wrote:
aheba gave a (temporary) solution 23 hours ago
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA2ZVW6JG2BDADFWXABFITUMUGERANCNFSM5H3ZALFA>
.
|
Fixed. |
Thank you very much!
…On Fri, 19 Nov 2021 at 13:18, colaboratory-team ***@***.***> wrote:
Closed #2417 <#2417>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA2ZVVKY3OAWEIB4EFAQN3UM2IGTANCNFSM5H3ZALFA>
.
|
Summary: ## Related Issue Fixes #145 - [x] I have read CONTRIBUTING.md to understand how to contribute to this repository :) Adding `pip install` lines to the audio & video colab notebooks so there's no error when running them. A hopefully temporary workaround to the [known issue](googlecolab/colabtools#2417) with torchaudio & colab. ## Unit Tests If your changes touch the `audio` module, please run all of the `audio` tests and paste the output here. Likewise for `image`, `text`, & `video`. If your changes could affect behavior in multiple modules, please run the tests for all potentially affected modules. If you are unsure of which modules might be affected by your changes, please just run all the unit tests. ### Audio N/A ## Other testing **Audio notebook** Before: ![Screenshot 2021-11-18 at 14 53 09](https://user-images.githubusercontent.com/10163956/142430862-994f1d64-6ef5-4898-ab60-d43f0f002add.png) After: ![Screenshot 2021-11-18 at 14 55 16](https://user-images.githubusercontent.com/10163956/142430885-af824eae-5172-46fa-ac49-afc9eee0b4f8.png) **Video notebook** Before: ![Screenshot 2021-11-18 at 15 03 21](https://user-images.githubusercontent.com/10163956/142430914-73f8442b-8a1d-4e4d-8cec-737a1789a4b4.png) After: ![Screenshot 2021-11-18 at 15 05 05](https://user-images.githubusercontent.com/10163956/142430934-e731f9ca-84d5-40b0-aad8-6a02267dc2e8.png) Pull Request resolved: #146 Reviewed By: jbitton Differential Revision: D32530458 Pulled By: zpapakipos fbshipit-source-id: 7b8e5ab382f4fe42a9bde00c39dd91354f541602
Thank you @colaboratory-team ! |
This is amazing!
Then it worked
|
Describe the current behavior
The following code was working earlier with PyTorch 1.9,
but after #2372, it no longer works with the following error;
Describe the expected behavior
a version of
torchaudio
0.10 that matches with the pre-installed PyTorch should be installed and works.What web browser you are using
I tried with Chrome and Safari
The text was updated successfully, but these errors were encountered: