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 try to run the file named inference_speech_editing.py. i download giga330m.pth to my local space and load the model use the path:model = voicecraft.VoiceCraft.from_pretrained(pretrained_model_name_or_path = "/home/zhang/VoiceCraft/pretrained_models/"). The code seems will load this model by config.json. but the error will happen when i meet code :phn2num = model.args.phn2num. how this happen?
The text was updated successfully, but these errors were encountered:
i try to run the file named inference_speech_editing.py. i download giga330m.pth to my local space and load the model use the path:model = voicecraft.VoiceCraft.from_pretrained(pretrained_model_name_or_path = "/home/zhang/VoiceCraft/pretrained_models/"). The code seems will load this model by config.json. but the error will happen when i meet code :phn2num = model.args.phn2num. how this happen?
The text was updated successfully, but these errors were encountered: