(self, x, *args, **kwargs)
| 104 | log.info(f"Loaded encoder from {checkpoint_encoder}") |
| 105 | |
| 106 | def forward(self, x, *args, **kwargs): # noqa |
| 107 | raise NotImplementedError |
| 108 | |
| 109 | def training_step(self, batch: Dict[str, Any], batch_idx: int, *args, **kwargs): # noqa |
| 110 | raise NotImplementedError |
nothing calls this directly
no outgoing calls
no test coverage detected