lmnt-com / diffwave

DiffWave is a fast, high-quality neural vocoder and waveform synthesizer.
Apache License 2.0
767 stars 112 forks source link

preprocess problem #46

Open yyh565655555 opened 1 year ago

yyh565655555 commented 1 year ago

concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

yyh565655555 commented 1 year ago

if not model.params.unconditional: AttributeError: 'AttrDict' object has no attribute 'unconditional'

Ashigarg123 commented 2 weeks ago

Maybe add this : if not hasattr(model.params, 'unconditional'): model.params.unconditional = False