download_example#
- deepinv.utils.download_example(name, save_dir)[source]#
Download an image from the DeepInverse HuggingFace to file.
For all available examples, see
deepinv.utils.load_example()
.- Parameters:
name (str) – filename of the image from the HuggingFace dataset.
save_dir (str, pathlib.Path) – directory to save image to.