AIGC-Audio / AudioGPT

AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
https://huggingface.co/spaces/AIGC-Audio/AudioGPT
Other
9.89k stars 845 forks source link

KeyError: 'binary_data_dir' #72

Open adan1324 opened 1 year ago

adan1324 commented 1 year ago

class BaseTTSInfer: def init(self, hparams, device=None): if device is None: device = 'cuda' if torch.cuda.is_available() else 'cpu' self.hparams = hparams self.device = device self.data_dir = hparams['binary_data_dir']

in this line appear this bug:"KeyError: 'binary_data_dir'", I try many times but it not work

shadynasrat commented 1 year ago

same here

745165806 commented 1 year ago

same

LICHAOYING0226 commented 1 year ago

same!!!!!!!