:param sample: :param batch_idx: :return: output: dict
(self, sample, batch_idx)
| 166 | f"\n==============\n") |
| 167 | |
| 168 | def validation_step(self, sample, batch_idx): |
| 169 | """ |
| 170 | |
| 171 | :param sample: |
| 172 | :param batch_idx: |
| 173 | :return: output: dict |
| 174 | """ |
| 175 | raise NotImplementedError |
| 176 | |
| 177 | def _validation_end(self, outputs): |
| 178 | """ |