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: 2php/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: pkmital/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.
  • 20 commits
  • 17 files changed
  • 9 contributors

Commits on Oct 18, 2016

  1. refactor for r11

    control_flow_ops deprecated
    bigsnarfdude authored Oct 18, 2016
    Configuration menu
    Copy the full SHA
    f5609e7 View commit details
    Browse the repository at this point in the history
  2. refactor for r11

    control_flow_ops deprecated
    bigsnarfdude authored Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ddce2fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Update to batch_norm (Unwanted ema updates)

    Fixed problem that causes an update to the exponential moving average of the mean and variance even while phase_train is False. 
    
    You also want to consider using "tf.cond" over "control_flow_ops.cond", and removing the control_flow_ops import (This will break if using a more recent TensorFlow version).
    DreSimpelo authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    1e327bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request pkmital#25 from DreSimpelo/patch-3

    Update to batch_norm (Unwanted ema updates)
    pkmital authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    dba8a76 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Fix misleading documentation in montage functions

    Tweaked the documentation of `utils.montage` and `utils.montage_batch` to inform that the input is a numpy array, not a tensor.
    Enet4 authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    d58c15b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Merge pull request pkmital#26 from Enet4/patch-1

    Fix misleading documentation in montage functions
    pkmital authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    5d4125d View commit details
    Browse the repository at this point in the history
  2. Merge pull request pkmital#24 from bigsnarfdude/master

    refactored modern_convnet.py code for r11
    pkmital authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    4bd101c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. 01_basics: added visualization of plotted of pyplot graphs

    * gauss distribution: added proper x axis
      * this way the actual graph is visualized as one would expect
      * i.e. x in [-3,3]
    * added plt.show() to all plottings
      * this way we really see what's plotted and not just tell pyplot to add
       it to the current graph
    uykusuz committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    610958c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Upgrade code to be compatible with TensorFlow 1.0.0 (which introduced…

    … breaking API changes)
    BioGeek committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    746e415 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pkmital#35 from BioGeek/upgrade_to_tensorflow1

    Upgrade code to be compatible with TensorFlow 1.0.0 (which introduced…
    pkmital authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    50fa9fe View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Merge pull request pkmital#27 from uykusuz/01_basics-pltshow-fixes

    01_basics: added visualization of plotted of pyplot graphs
    pkmital authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    45b6035 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Update 03_polynomial_regression.py

    fix the mul to be compatible with the current tf api. : )
    NanyangYe authored Sep 10, 2017
    Configuration menu
    Copy the full SHA
    22c2d0d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. update tensorflow methods

    Bruno
    Bruno committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d7189bd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Merge pull request pkmital#46 from b-fontana/master

    01_basics.ipynb: update tensorflow methods
    pkmital authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    376ade7 View commit details
    Browse the repository at this point in the history
  2. Update 01_basics.ipynb

    minor spelling mistake
    b-fontana
    b-fontana authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    b13af21 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

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

Commits on Dec 11, 2021

  1. udpated readme.md

    pkmital authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    164e984 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pkmital#47 from b-fontana/patch-1

    Update 01_basics.ipynb
    pkmital authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    956516e View commit details
    Browse the repository at this point in the history
  3. Merge pull request pkmital#51 from mahi97/patch-1

    Update 03_polynomial_regression.ipynb
    pkmital authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    d3e40db View commit details
    Browse the repository at this point in the history
  4. Merge pull request pkmital#40 from lincolnBush/patch-1

    Update 03_polynomial_regression.py
    pkmital authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    c3eefe5 View commit details
    Browse the repository at this point in the history
Loading