wandb.finish
Marks a run as finished, and finishes uploading all data.
finish(
exit_code: int = None
) -> None
This is used when creating multiple runs in the same process. We automatically call this method when your script exits.
Last updated
Was this helpful?