Save

Saves the algorithm weights for future use.

def save(self, *, path: str = "weights", project_name: str | None = None) -> str

Notes

  • Storage path will be created if necessary and is equivalent to ./{path}/{project_name}/.

Last updated