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

[TTS] Fix TTS Primer image markup #5192

Merged
merged 1 commit into from
Oct 18, 2022
Merged

[TTS] Fix TTS Primer image markup #5192

merged 1 commit into from
Oct 18, 2022

Conversation

rlangman
Copy link
Collaborator

Signed-off-by: Ryan rlangman@nvidia.com

What does this PR do ?

Fixes markup issues with github code rendering.

Collection: [TTS]

Changelog

  • Changed image links from "tts_primer" branch to "main" branch.
  • Removed and rearranged some tags around images to ensure that they render in github.
  • Fixed 1 wikipedia link by replacing closing parenthesis ")" with "%29".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

Signed-off-by: Ryan <rlangman@nvidia.com>
@@ -144,7 +144,7 @@
"While this is the most common structure, there may be fewer or additional steps depending on the use case. For example, some languages do not require G2P and can instead rely on the model to convert raw text/graphemes to spectrogram.\n",
"\n",
"<div>\n",
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/tts_primer/tutorials/tts/images/tts_pipeline.png\" width=\"500\", height=\"500\"/>\n",
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/main/tutorials/tts/images/tts_pipeline.png\" width=\"500\", height=\"500\"/>\n",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should probably be stable, which means they'll be broken for now. The alternative is to leave it as main, but you have to update it to stable in the next rc

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, double check with jocelyn or som

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say keep it as main for now; I'd rather have the images linked properly with a small TODO than have it broken (especially as a primer tutorial).

@@ -144,7 +144,7 @@
"While this is the most common structure, there may be fewer or additional steps depending on the use case. For example, some languages do not require G2P and can instead rely on the model to convert raw text/graphemes to spectrogram.\n",
"\n",
"<div>\n",
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/tts_primer/tutorials/tts/images/tts_pipeline.png\" width=\"500\", height=\"500\"/>\n",
"<img src=\"https://raw.githubusercontent.com/NVIDIA/NeMo/main/tutorials/tts/images/tts_pipeline.png\" width=\"500\", height=\"500\"/>\n",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say keep it as main for now; I'd rather have the images linked properly with a small TODO than have it broken (especially as a primer tutorial).

@rlangman rlangman merged commit 5f8fa81 into main Oct 18, 2022
shan18 pushed a commit to shan18/NeMo that referenced this pull request Oct 20, 2022
Signed-off-by: Ryan <rlangman@nvidia.com>
1-800-BAD-CODE pushed a commit to 1-800-BAD-CODE/NeMo that referenced this pull request Nov 13, 2022
Signed-off-by: Ryan <rlangman@nvidia.com>
Signed-off-by: 1-800-bad-code <shane.carroll@utsa.edu>
hainan-xv pushed a commit to hainan-xv/NeMo that referenced this pull request Nov 29, 2022
Signed-off-by: Ryan <rlangman@nvidia.com>
Signed-off-by: Hainan Xu <hainanx@nvidia.com>
hainan-xv pushed a commit to hainan-xv/NeMo that referenced this pull request Nov 29, 2022
Signed-off-by: Ryan <rlangman@nvidia.com>
Signed-off-by: Hainan Xu <hainanx@nvidia.com>
@titu1994 titu1994 deleted the tts_primer_img branch February 23, 2023 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants