Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/tensorboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.12.0
Choose a base ref
...
head repository: tensorflow/tensorboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.12
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 14, 2018

  1. Make wrapping of hyperparam strings better. (#1602)

    Adds proposed changes from #1549.
    dgrahn authored and stephanwlee committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    334c40d View commit details
    Browse the repository at this point in the history
  2. graph: fix “Download PNG” for large images (#1610)

    Summary:
    When viewing large graphs in Chrome, clicking the “Download PNG” button
    could the error message, “Failed - Network error”. This is because
    Chrome does not support downloading large data-URLs. Chrome does,
    however, support downloading large object URLs, so this patch makes the
    appropriate change to use that API instead.
    
    Test Plan:
    Generate the `audio_demo` data and open the `wave:01;sine_wave` graph in
    TensorBoard in Chrome. Transitively expand all node groups. Then, click
    “Download PNG”. Before this patch, this consistently failed to download.
    After this patch, it downloads and image with the correct contents.
    
    Also tested in Firefox.
    
    wchargin-branch: graph-download-png-blob
    wchargin authored and stephanwlee committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    b89bd85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce59aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    120b4ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08097b5 View commit details
    Browse the repository at this point in the history
  6. TensorBoard 1.12.1

    stephanwlee committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    e85cf61 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Fixes path_prefix flag (#1623)

    PR #1512 introduced a bug where it formed a complete path without using
    existing pathname. Previously without forming the complete path, it was
    treated as a relative path from current window.location.pathname. We decided
    to revert back to the old behavior without using `new URL` which was not
    providing a clear benefit.
    stephanwlee committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    a21f5b3 View commit details
    Browse the repository at this point in the history
  2. Fix horizontal resizer in debugger (#1704)

    While refactoring the dashboard layout, we inadvertently broke the
    horizontal resizing capability. The resizer was clipped and was bound
    by the TB global max/min-width limit on the sidebar width.
    stephanwlee committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ac3f8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9cbbc4 View commit details
    Browse the repository at this point in the history
  4. TensorBoard 1.12.2

    stephanwlee committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    61682c4 View commit details
    Browse the repository at this point in the history
Loading