Open adan1324 opened 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
same here
same
same!!!!!!!
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