plismbench.utils.core module
Generic utilty functions.
-
plismbench.utils.core.load_pickle(file_path: str | Path) → Any[source]
Load pickle.
-
plismbench.utils.core.write_pickle(data: Any, file_path: str | Path) → None[source]
Write data into a pickle file.
-
plismbench.utils.core.download_state_dict(url: str, name: str) → str[source]
Download checkpoint from a given URL and store it to disk.