Searched refs:path_to_dataset (Results 1 – 2 of 2) sorted by relevance
/external/libopus/dnn/torch/osce/data/ |
D | lpcnet_vocoding_dataset.py | 68 path_to_dataset, argument 79 self.path_to_dataset = path_to_dataset 80 with open(os.path.join(path_to_dataset, 'info.yml'), 'r') as f: 102 self.feature_file = os.path.join(path_to_dataset, dataset['feature_file']) 118 self.signal_file = os.path.join(path_to_dataset, dataset['signal_file'])
|
/external/libopus/dnn/torch/lpcnet/data/ |
D | lpcnet_dataset.py | 68 path_to_dataset, argument 80 self.path_to_dataset = path_to_dataset 81 with open(os.path.join(path_to_dataset, 'info.yml'), 'r') as f: 103 self.feature_file = os.path.join(path_to_dataset, dataset['feature_file']) 120 self.signal_file = os.path.join(path_to_dataset, dataset['signal_file'])
|