(self)
| 1371 | return self._config.gradient_predivide_factor |
| 1372 | |
| 1373 | def steps_per_print(self): |
| 1374 | return self._config.steps_per_print |
| 1375 | |
| 1376 | def zero_allgather_partitions(self): |
| 1377 | return self._config.zero_config.allgather_partitions |
no outgoing calls
no test coverage detected