-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where is the denoiser? #227
Comments
denoiser is a .py file in the repository itself. |
thanks. but I still don't understand, i can't find the file in tacotron2 |
okay, I don't know why is that happening but you can just copy its code and make a .py file denoiser itself to make it work |
It's in the waveglow repo. If still not found
|
thanks, i just delete the code to avoid it, with out denoiser, i can generate voice by using nvidia's pre-trained model. however, my training's train loss is always oscillation around 0.4 |
Remember to run |
Thanks @rafaelvalle but I think that in the waveglow submodule Denoiser is not there: |
The denoiser was added after the commit you mention. |
I understand @vikrantsharma7 but as far as I see the git of tactron2 points to this commit |
Yes, it does and it hasn't been updated to use a commit that includes the denoiser, so you will need to manually pull it, or run inference without the denoiser. |
can confirm that after |
I have a same problem, have you solve this, thank you |
Experienced the above issue. @SomeUserName1 suggestion to pull in the latest resolved this. |
in file inference.ipynb,
`ModuleNotFoundError Traceback (most recent call last)
in ()
16 from train import load_model
17 from text import text_to_sequence
---> 18 from denoiser import Denoiser
ModuleNotFoundError: No module named 'denoiser'`
if the denoiser is in apex or other python models?
The text was updated successfully, but these errors were encountered: