Construct the EvaluationModuleInfo object. See `EvaluationModuleInfo` for details. Warning: This function is only called once and the result is cached for all following .info() calls. Returns: info: (EvaluationModuleInfo) The EvaluationModule information
(self)
| 664 | self._check_rendez_vous() # wait for master to be ready and to let everyone go |
| 665 | |
| 666 | def _info(self) -> EvaluationModuleInfo: |
| 667 | """Construct the EvaluationModuleInfo object. See `EvaluationModuleInfo` for details. |
| 668 | |
| 669 | Warning: This function is only called once and the result is cached for all |
| 670 | following .info() calls. |
| 671 | |
| 672 | Returns: |
| 673 | info: (EvaluationModuleInfo) The EvaluationModule information |
| 674 | """ |
| 675 | raise NotImplementedError |
| 676 | |
| 677 | def download_and_prepare( |
| 678 | self, |