AudioGPT icon indicating copy to clipboard operation
AudioGPT copied to clipboard

KeyError: 'binary_data_dir'

Open adan1324 opened this issue 2 years ago • 3 comments

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

adan1324 avatar May 11 '23 07:05 adan1324

same here

shadynasrat avatar May 15 '23 13:05 shadynasrat

same

745165806 avatar May 23 '23 02:05 745165806

same!!!!!!!

LICHAOYING0226 avatar Jun 15 '23 11:06 LICHAOYING0226