Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --plugins option to uploader #3402

Merged
merged 4 commits into from
Mar 21, 2020
Merged

Commits on Mar 20, 2020

  1. Revert "Revert "Add --plugins option to uploader (tensorflow#3377)" (t…

    …ensorflow#3400)"
    
    This reverts commit 2b2a976.
    Subsequent commits will fix the issue that caused the original
    revert.
    bmd3k committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    f62c4b4 View commit details
    Browse the repository at this point in the history
  2. Check for plugins flag before using it.

    Most tensorboard CLI subcommands do not define --plugins flag so we need
    to explicitly check that FLAGS.plugins exists before using it.
    bmd3k committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2266bd7 View commit details
    Browse the repository at this point in the history
  3. "black ."

    bmd3k committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    0777b73 View commit details
    Browse the repository at this point in the history
  4. Respond to PR comments.

    bmd3k committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    fc45978 View commit details
    Browse the repository at this point in the history