Load a checkpoint. Should be called by all processes.
(self, load_dir, step=0)
| 149 | |
| 150 | @abstractmethod |
| 151 | def load(self, load_dir, step=0): |
| 152 | """ |
| 153 | Load a checkpoint. |
| 154 | Should be called by all processes. |
| 155 | """ |
| 156 | pass |
| 157 | |
| 158 | @abstractmethod |
| 159 | def save(self): |
no outgoing calls
no test coverage detected