You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very happy with Flowtron! I tested the flowtron_ljs model and it worked like a charm!
But when using the other two models, I run into problems. For example flowtron_libritts2p3k.
python inference.py -c config.json -f models/flowtron_libritts2p3k.pt -w models/waveglow_256channels_universal_v5.pt -t "I’ve seen things you people wouldn’t believe." -i 0
Gives me this output:
Traceback (most recent call last):
File "inference.py", line 130, in <module>
infer(args.flowtron_path, args.waveglow_path, args.output_dir, args.text,
File "inference.py", line 53, in infer
state_dict = torch.load(flowtron_path, map_location='cpu')['state_dict']
KeyError: 'state_dict'
Any ideas?
The text was updated successfully, but these errors were encountered:
Hello!
I am very happy with Flowtron! I tested the flowtron_ljs model and it worked like a charm!
But when using the other two models, I run into problems. For example flowtron_libritts2p3k.
Gives me this output:
Any ideas?
The text was updated successfully, but these errors were encountered: