(self)
| 21 | raise NotImplementedError('Not implemented for BaseModel') |
| 22 | |
| 23 | def set_optimizer(self): |
| 24 | raise NotImplementedError('Not implemented for BaseModel') |
| 25 | |
| 26 | def train_dataloader(self): |
| 27 | return self._dataloaders['train'] |
nothing calls this directly
no outgoing calls
no test coverage detected