Saves the algorithm weights for future use.
def save(self, *, path: str = "weights", project_name: str | None = None) -> str
Storage path will be created if necessary and is equivalent to ./{path}/{project_name}/.
./{path}/{project_name}/
Last updated 2 days ago