Documentation
Search…
English
Weights & Biases
Quickstart
Examples
Guides
Reference
Command Line Interface
Python Library
Data Types
Integrations
Import & Export API
wandb.Artifact
wandb.Run
wandb.agent
wandb.config
wandb.controller
wandb.finish
wandb.init
wandb.log
wandb.save
wandb.summary
wandb.sweep
wandb.watch
Weave
App UI
Java Library
About Us
Homepage
Powered By
GitBook
wandb.finish
View source on GitHub
Marks a run as finished, and finishes uploading all data.
1
finish
(
2
exit_code
:
int
=
None
,
3
quiet
:
bool
=
None
4
)
->
None
Copied!
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
Previous
wandb.controller
Next
wandb.init
Last modified
1mo ago
Copy link