Skip to content

Commit

Permalink
fix: fix the bug that start_upload_tb_log() doesn't continuously upload
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536842211
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed May 31, 2023
1 parent 162b2f2 commit 66e6eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/tensorboard/uploader_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def _create_uploader(
allowed_plugins=uploader_constants.ALLOWED_PLUGINS,
writer_client=api_client,
logdir=logdir,
one_shot=True,
one_shot=one_shot,
run_name_prefix=run_name_prefix,
description=description,
verbosity=verbosity,
Expand Down

0 comments on commit 66e6eae

Please sign in to comment.