(self)
| 1088 | return self._config.checkpoint_config[CHECKPOINT_TAG_VALIDATION] == ValidationMode.FAIL |
| 1089 | |
| 1090 | def elasticity_enabled(self): |
| 1091 | return self._config.elasticity_enabled |
| 1092 | |
| 1093 | def is_elastic_model_parallel_supported(self): |
| 1094 | if self.elasticity_enabled(): |
no outgoing calls
no test coverage detected