Closed Luosuu closed 3 years ago
Also observing this as well
I'm assuming this issue arose from one of these two commits:
CC @GrzegorzKarchNV, @jan-golda
Did some digging and it looks like this might've been broken for a while on master
but was only recently pushed to the torchhub
branch,
I've tried the notebook again this time with a commit that for sure works in a8328ce1690fe473f3c5ac55811dab6b0f36700d
Also did a quick git bisect
of this issue and found the commit where this started to be broken in the torchub
branch:
CC @nv-kkudrynski
Is it possible to fix it in the near future? or modify the tutorial on pytorch hub.
From what I know this should be fixed now that https://github.com/pytorch/hub/pull/204 was merged. I am not able to check that at the moment, will take a look tomorrow.
Indeed, our PR to pytorch/hub with updated example notebooks took a few days to be processed. @seemethere @Luosuu, I just checked and it works now. Sorry for inconveniece.
No worries, thanks for the fix @nv-kkudrynski!
thanks for the fix @nv-kkudrynski! Also thanks for your help and analysis @seemethere !
Describe the bug I run the tutorial on https://pytorch.org/hub/nvidia_deeplearningexamples_waveglow/ and I got errors
AttributeError: 'Tacotron2' object has no attribute 'text_to_sequence
it is the error from line 20 of this tutorial
To Reproduce it will occur no matter executing the tutorial on Google colab or on my local machine
Expected behavior sequence should be generated from the tacotron2 model by inputting the text
Environment Please provide at least: