wandb.apis.public.File
Last updated
Was this helpful?
Last updated
Was this helpful?
File is a class associated with a file saved by wandb.
Attributes
delete
download
Downloads a file previously saved by a run from the wandb server.
Arguments
replace (boolean): If True
, download will overwrite a local file if it exists. Defaults to False
. root (str): Local directory to save the file. Defaults to ".".
Raises
ValueError
if file already exists and replace=False