Skip to content
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

How do I solve this error when executing the last cell? #15

Open
molo32 opened this issue Oct 14, 2020 · 2 comments
Open

How do I solve this error when executing the last cell? #15

molo32 opened this issue Oct 14, 2020 · 2 comments

Comments

@molo32
Copy link

molo32 commented Oct 14, 2020

How do I solve this error when executing the last cell?


AttributeError Traceback (most recent call last)
in ()
10 os.makedirs('results')
11
---> 12 model = build_model().to(device)
13 checkpoint = torch.load("/content/SpeechSplit/checkpoint_step001000000_ema.pth")
14 model.load_state_dict(checkpoint["state_dict"])

/root/wavenet_vocoder/autovc/synthesis.py in build_model()

AttributeError: 'HParams' object has no attribute 'builder'

@auspicious3000
Copy link
Owner

The wavenet vocoder has its own hparams. Please refer to the vocoder part in Autovc for details.

@FurkanGozukara
Copy link

@molo32 did you pass this stage?

#28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants