Loads a previous trained Dark Matter algorithm from file.
def load(self, *, path: str = "weights", project_name: str | None = None) -> "DarkMatter"
The Dark Matter class parameters must match the original algorithm trained.
Last updated 2 months ago