Skip to content

Commit

Permalink
hide progress bar upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTeselkin committed Oct 15, 2024
1 parent 7a77253 commit 09e5c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3047,6 +3047,7 @@ def upload_monitor(monitor, api: sly.Api, progress: sly.Progress):
remote_dir=upload_artifacts_dir,
progress_size_cb=progress_cb,
)
progress_bar_upload_artifacts.hide()
else:
sly.logger.info(
"Uploading training artifacts before stopping the app... (progress bar is disabled)"
Expand Down

0 comments on commit 09e5c5a

Please sign in to comment.