netaglazer

Results 1 comments of netaglazer

Set True in cfg @a897456 ``` python assert cfg.preprocess.use_phone == True if cfg.preprocess.use_phone: self.utt2phone = {} for utt_info in self.metadata: dataset = utt_info["Dataset"] uid = utt_info["Uid"] utt = "{}_{}".format(dataset, uid)...