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/tensorflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1ec6ed5
Choose a base ref
...
head repository: tensorflow/tensorflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ddd727
Choose a head ref
  • 13 commits
  • 9 files changed
  • 10 contributors

Commits on May 4, 2017

  1. Add input function for training and testing (#9617)

    * Add input function for training and testing
    
    Estimator is decoupled from Scikit Learn interface by moving into separate class SKCompat. Arguments x, y and batch_size are only available in the SKCompat class, Estimator will only accept input_fn
    
    * remove extra comma
    HuaizhengZhang authored and Vijay Vasudevan committed May 4, 2017
    Configuration menu
    Copy the full SHA
    10ec24a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Use hash url to memorize the currently opened tab.

    We already do this internally. This enables it for the open-source version. See issue: #4354
    Change: 153167734
    Dan Smilkov authored and Daniel Mané committed May 7, 2017
    Configuration menu
    Copy the full SHA
    84e38ed View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Configuration menu
    Copy the full SHA
    4941629 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Merge pull request #9743 from dandelionmane/r1.1-tensorboard-run-filt…

    …er-fix
    
    Use hash url to memorize the currently opened tab.
    benoitsteiner authored May 12, 2017
    Configuration menu
    Copy the full SHA
    d0b1e3e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. fixing broken code repository links

    fixes #9873
    Carmezim authored May 13, 2017
    Configuration menu
    Copy the full SHA
    84c11ce View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Merge pull request #9882 from Carmezim/patch-5

    [Docs] Fixing broken repository links
    caisq authored May 15, 2017
    Configuration menu
    Copy the full SHA
    a723923 View commit details
    Browse the repository at this point in the history
  2. [Docs] Fixing old model link (#9886)

    * Fixing old model link
    
    * Fixing misguided link.
    Carmezim authored and rmlarsen committed May 15, 2017
    Configuration menu
    Copy the full SHA
    524a890 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    bce50ba View commit details
    Browse the repository at this point in the history
  2. Perf guide merged from master.

    tfboyd committed May 16, 2017
    Configuration menu
    Copy the full SHA
    ad78e37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9942 from tfboyd/r1.1_docs

    Merged performance docs.
    Amit Patankar authored May 16, 2017
    Configuration menu
    Copy the full SHA
    f1995dd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Adding lost documentation to tf.abs from the old tf.complex_abs when …

    …it learned how to work on complex data. (#9954)
    ddurham2 authored and rmlarsen committed May 17, 2017
    Configuration menu
    Copy the full SHA
    ff69044 View commit details
    Browse the repository at this point in the history
  2. Fix a typo in export_output.py (#9975)

    raviqqe authored and rmlarsen committed May 17, 2017
    Configuration menu
    Copy the full SHA
    1d287f9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Revert links change (#9990)

    * Revert "fixing broken code repository links"
    
    This reverts commit 84c11ce.
    
    * Revert "[Docs] Fixing old model link (#9886)"
    
    This reverts commit 524a890.
    nealwu authored and rmlarsen committed May 18, 2017
    Configuration menu
    Copy the full SHA
    8ddd727 View commit details
    Browse the repository at this point in the history
Loading