-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Redirect audio tutorials to torchaudio #2154
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
Conversation
✅ Deploy Preview for pytorch-tutorials-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I think we should add all of the tutorials that we are redirecting to the this list: https://github.com/pytorch/tutorials/blob/main/.jenkins/validate_tutorials_built.py#L11 with a comment that these files are redirects now. |
If we add the redirected tutorials to that file, will the all the CircleCI checks pass? Is that the reason that some of them are not passing? |
yes, the check fails as expected. Adding to the NOT RUN list will fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of things to fix to ensure the html is not broken. I commented on one but applies to all files.
It will redirect in 3 seconds. | ||
.. raw::html | ||
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/audio/stable/tutorials/audio_data_augmentation_tutorial.html'" /> | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
""" |
@@ -0,0 +1,11 @@ | |||
# -*- coding: utf-8 -*- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# -*- coding: utf-8 -*- |
@@ -0,0 +1,11 @@ | |||
# -*- coding: utf-8 -*- | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
""" |
This tutorial has been moved to https://pytorch.org/audio/stable/tutorials/audio_data_augmentation_tutorial.html | ||
|
||
It will redirect in 3 seconds. | ||
.. raw::html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. raw::html | |
.. raw:: html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Followup after #2154 that moved audio tutorials to another repo - Do not install `torchaudio` - Do not download `UrbanSound8K.tar.gz` which 5+Gb
Followup after #2154 that moved audio tutorials to another repo - Do not install `torchaudio` - Do not download `UrbanSound8K.tar.gz`, which is 5+Gb
No description provided.