Downloads a file previously saved by a run from the wandb server.
Arguments
Text
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
Text
ValueError if file already exists and replace=False