NVIDIA / tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference
BSD 3-Clause "New" or "Revised" License
4.97k stars 1.37k forks source link

maximum decoder steps #598

Open AI4VTV opened 1 year ago

AI4VTV commented 1 year ago

getting maximum decoder steps reached with LJSPeech dataset only

### Tasks
parapsychic commented 1 year ago

This usually occurs when the input text is too long. See #184 and #504.

AI4VTV commented 1 year ago

Thanks Dude