Commit 2c3448a9 authored by Nikita Shulga's avatar Nikita Shulga Committed by Caroline Chen
Browse files

Fix typos in tacotron2 tutorial (#2761)

Summary:
`publishe`->`published`

Also, not sure if it should be `pre-trained weight is published` or `pre-trained weights are published`

Pull Request resolved: https://github.com/pytorch/audio/pull/2761

Reviewed By: carolineechen

Differential Revision: D40313042

Pulled By: malfet

fbshipit-source-id: c22085ca0b1125a06aa04bf38231d0a9fbfed00b
parent c6f3d123
...@@ -311,8 +311,8 @@ IPython.display.Audio(waveforms[0:1].cpu(), rate=vocoder.sample_rate) ...@@ -311,8 +311,8 @@ IPython.display.Audio(waveforms[0:1].cpu(), rate=vocoder.sample_rate)
# Waveglow # Waveglow
# ~~~~~~~~ # ~~~~~~~~
# #
# Waveglow is a vocoder published by Nvidia. The pretrained weight is # Waveglow is a vocoder published by Nvidia. The pretrained weights are
# publishe on Torch Hub. One can instantiate the model using ``torch.hub`` # published on Torch Hub. One can instantiate the model using ``torch.hub``
# module. # module.
# #
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment