Log metrics.
(self, data: dict, step: int, commit: bool = False)
| 60 | |
| 61 | @abstractmethod |
| 62 | def log(self, data: dict, step: int, commit: bool = False) -> None: |
| 63 | """Log metrics.""" |
| 64 | |
| 65 | @abstractmethod |
| 66 | def close(self) -> None: |
no outgoing calls
no test coverage detected