forked from tensorflow/tensorboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tbdev turndown: No longer allow usage of
tensorboard dev upload
. (t…
…ensorflow#6638) In this step of the TensorBoard.dev turndown, we remove the ability to upload via the `tensorboard dev upload` command. Instead, when a user invokes `tensorboard dev upload`, we print the following message, which is similar to the message we currently return in the server info from TensorBoard.dev backends: ``` **************************************************************** **************************************************************** **************************************************************** Uploading TensorBoard logs to https://tensorboard.dev/ is no longer supported. TensorBoard.dev is shutting down. Please export your experiments by Dec 31, 2023. See the FAQ at https://tensorboard.dev. **************************************************************** **************************************************************** **************************************************************** ``` We also remove a bunch of upload-specific code. Testing: I tested the changes by trying some version of the following commands: `bazel run tensorboard -- dev auth revoke` `bazel run tensorboard -- dev upload` `bazel run tensorboard -- dev list` `bazel run tensorboard -- dev update-metadata` `bazel run tensorboard -- dev delete` `bazel run tensorboard -- dev export`
- Loading branch information
Showing
9 changed files
with
43 additions
and
3,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.