inference.ipynb contains a line:
from denoiser import Denoise
I can't find the denoiser module. Is it missing?
Update the submodule and try again:
git submodule update --remote --merge
It's working now.
Looks like it should be added to README.md
Doing that git command seems to introduce other problems, ref https://github.com/NVIDIA/tacotron2/issues/184 - is there any way to fix it in the latest code without using that git command?
Most helpful comment
Update the submodule and try again:
git submodule update --remote --merge