(tensors: dict[str, torch.Tensor], filename: str)
| 76 | |
| 77 | |
| 78 | def save_file(tensors: dict[str, torch.Tensor], filename: str) -> None: |
| 79 | _SAVE_FILE(tensors, filename) |
| 80 | |
| 81 | |
| 82 | def load_json(path: Path) -> JSONDict: |
no outgoing calls
no test coverage detected