wandb.finish
Marks a run as finished, and finishes uploading all data.
finish(
exit_code: int = None,
quiet: bool = None
) -> None
This is used when creating multiple runs in the same process. We automatically call this method when your script exits.
Arguments | Text |
---|---|
exit_code | Set to something other than 0 to mark a run as failed |
quiet | Set to true to minimize log output |
Last modified 3mo ago