X Tutup
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: everal/TensorFlow-Tutorials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nlintz/TensorFlow-Tutorials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 27 files changed
  • 5 contributors

Commits on Jan 15, 2017

  1. Refactor for TensorFlow 1.0 (nlintz#69)

    * Refactor for TensorFlow 1.0
    
    Tested with TensorFlow r1.0 alpha
    
    Signed-off-by: Norman Heckscher <norman.heckscher@gmail.com>
    
    * Update comments.
    
    Signed-off-by: Norman Heckscher <norman.heckscher@gmail.com>
    
    * close writer
    
    Signed-off-by: Norman Heckscher <norman.heckscher@gmail.com>
    
    * refactor softmax arguments
    
    Signed-off-by: Norman Heckscher <norman.heckscher@gmail.com>
    normanheckscher authored and hunkim committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    45c89be View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Add GAN (nlintz#70)

    liviu- authored and hunkim committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    3d24739 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Update 00_multiply.py to TensorFlow r1.0.0-rc0 (nlintz#72)

    * Update 00_multiply.py to TensorFlow r1.0.0-rc0
    
    From r1.0.0-rc0 there is tf.multiply , not tf.mul.
    
    * Update 00_multiply.ipynb
    ruzrobert authored and hunkim committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    a110113 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Refactor for tensorflow-1.0rc1 (nlintz#77)

    tf.mul() -> tf.multiply()
    normanheckscher authored and hunkim committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    37ef1f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Modify 11_gay (nlintz#84)

    * 11_gan
    
    * 11_gan
    
    * 11_gan
    
    * fix
    
    * fix
    
    * remove sigmoid_cross_entropy_with_logits function wrapper
    lanpay-lulu authored and hunkim committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5485767 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. update gitignore (nlintz#86)

    * update gitignore
    ./idea - pycharm stuff
    /logs - tensorboard stuff
    
    * add ignoring for python notebook stuff
    HyunsuLee authored and hunkim committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    d6bdab7 View commit details
    Browse the repository at this point in the history
Loading
X Tutup