(self, sample, batch_idx)
| 207 | pass |
| 208 | |
| 209 | def test_step(self, sample, batch_idx): |
| 210 | return self.validation_step(sample, batch_idx) |
| 211 | |
| 212 | def test_end(self, outputs): |
| 213 | return self.validation_end(outputs) |
nothing calls this directly
no test coverage detected