(self, batch, batch_idx)
| 239 | return batch_output |
| 240 | |
| 241 | def validation_step(self, batch, batch_idx): |
| 242 | batch_output = self.predict(batch) |
| 243 | return batch_output |
| 244 | |
| 245 | def validation_test_shared_preparation(self, outputs, output_file): |
| 246 | # exchange outputs between processes |