SpeechSplit
SpeechSplit copied to clipboard
How do I solve this error when executing the last cell?
How do I solve this error when executing the last cell?
AttributeError Traceback (most recent call last)
/root/wavenet_vocoder/autovc/synthesis.py in build_model()
AttributeError: 'HParams' object has no attribute 'builder'
The wavenet vocoder has its own hparams. Please refer to the vocoder part in Autovc for details.
@molo32 did you pass this stage?
https://github.com/auspicious3000/SpeechSplit/issues/28