(self, section)
| 57 | self.dec_preproc.load() |
| 58 | |
| 59 | def dataset(self, section): |
| 60 | return ZippedDataset(self.enc_preproc.dataset(section), self.dec_preproc.dataset(section)) |
| 61 | |
| 62 | def __init__(self, preproc, device, encoder, decoder): |
| 63 | super().__init__() |
no test coverage detected