Operates on a single batch of data from the validation set.
(self, *args, **kwargs)
| 209 | raise NotImplementedError() |
| 210 | |
| 211 | def validation_step(self, *args, **kwargs): |
| 212 | """Operates on a single batch of data from the validation set. |
| 213 | """ |
| 214 | raise NotImplementedError() |
| 215 | |
| 216 | def configure_optimizers(self): |
| 217 | """Choose what optimizers and learning-rate schedulers to use in your optimization. |