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

Getting TypeError: pad_center() takes 1 positional argument but 2 were given #586

Closed prajwalkolte8301 closed 1 year ago

prajwalkolte8301 commented 1 year ago

I am getting this error whenever i try to start the training Please Help!!

image

ZarrarAhmedKhan commented 1 year ago

Same here. @prajwalkolte8301 did you find the solution for this?

prajwalkolte8301 commented 1 year ago

Same here. @prajwalkolte8301 did you find the solution for this?

Yes, I downgraded the package librosa to 1.x and the code worked.

arodriguezg98 commented 1 year ago

Wrong version was specified. I'm using version 0.9.2. Don't forget to restart your jupyter netbook kernel.