(self)
| 104 | self.dataset_cls = PeDataset |
| 105 | |
| 106 | def build_tts_model(self): |
| 107 | self.model = PitchExtractor(conv_layers=hparams['pitch_extractor_conv_layers']) |
| 108 | |
| 109 | # def build_scheduler(self, optimizer): |
| 110 | # return torch.optim.lr_scheduler.StepLR(optimizer, hparams['decay_steps'], gamma=0.5) |
nothing calls this directly
no test coverage detected