(self)
| 180 | |
| 181 | # dummy function to be compatible |
| 182 | def stop_training_method(self): |
| 183 | pass |
| 184 | |
| 185 | def configure_optimizers(self): |
| 186 | opt = torch.optim.Adam(self.parameters(), lr=self.lr, weight_decay=self.weight_decay) |
no outgoing calls
no test coverage detected