SpeechSplit icon indicating copy to clipboard operation
SpeechSplit copied to clipboard

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

Open molo32 opened this issue 5 years ago • 2 comments
trafficstars

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'

molo32 avatar Oct 14 '20 20:10 molo32

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

auspicious3000 avatar Oct 21 '20 15:10 auspicious3000

@molo32 did you pass this stage?

https://github.com/auspicious3000/SpeechSplit/issues/28

FurkanGozukara avatar Jan 17 '21 13:01 FurkanGozukara