-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: 2php/tensorflow_tutorials
base: master
head repository: pkmital/tensorflow_tutorials
compare: master
- 20 commits
- 17 files changed
- 9 contributors
Commits on Oct 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f5609e7 - Browse repository at this point
Copy the full SHA f5609e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddce2fb - Browse repository at this point
Copy the full SHA ddce2fbView commit details
Commits on Nov 2, 2016
-
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).
Configuration menu - View commit details
-
Copy full SHA for 1e327bd - Browse repository at this point
Copy the full SHA 1e327bdView commit details -
Merge pull request pkmital#25 from DreSimpelo/patch-3
Update to batch_norm (Unwanted ema updates)
Configuration menu - View commit details
-
Copy full SHA for dba8a76 - Browse repository at this point
Copy the full SHA dba8a76View commit details
Commits on Nov 10, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for d58c15b - Browse repository at this point
Copy the full SHA d58c15bView commit details
Commits on Nov 11, 2016
-
Merge pull request pkmital#26 from Enet4/patch-1
Fix misleading documentation in montage functions
Configuration menu - View commit details
-
Copy full SHA for 5d4125d - Browse repository at this point
Copy the full SHA 5d4125dView commit details -
Merge pull request pkmital#24 from bigsnarfdude/master
refactored modern_convnet.py code for r11
Configuration menu - View commit details
-
Copy full SHA for 4bd101c - Browse repository at this point
Copy the full SHA 4bd101cView commit details
Commits on Nov 18, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 610958c - Browse repository at this point
Copy the full SHA 610958cView commit details
Commits on Mar 1, 2017
-
Upgrade code to be compatible with TensorFlow 1.0.0 (which introduced…
… breaking API changes)
Configuration menu - View commit details
-
Copy full SHA for 746e415 - Browse repository at this point
Copy the full SHA 746e415View commit details -
Merge pull request pkmital#35 from BioGeek/upgrade_to_tensorflow1
Upgrade code to be compatible with TensorFlow 1.0.0 (which introduced…
Configuration menu - View commit details
-
Copy full SHA for 50fa9fe - Browse repository at this point
Copy the full SHA 50fa9feView commit details
Commits on Mar 22, 2017
-
Merge pull request pkmital#27 from uykusuz/01_basics-pltshow-fixes
01_basics: added visualization of plotted of pyplot graphs
Configuration menu - View commit details
-
Copy full SHA for 45b6035 - Browse repository at this point
Copy the full SHA 45b6035View commit details
Commits on Sep 10, 2017
-
Update 03_polynomial_regression.py
fix the mul to be compatible with the current tf api. : )
Configuration menu - View commit details
-
Copy full SHA for 22c2d0d - Browse repository at this point
Copy the full SHA 22c2d0dView commit details
Commits on Sep 17, 2018
-
Bruno committedSep 17, 2018 Configuration menu - View commit details
-
Copy full SHA for d7189bd - Browse repository at this point
Copy the full SHA d7189bdView commit details
Commits on Sep 18, 2018
-
Merge pull request pkmital#46 from b-fontana/master
01_basics.ipynb: update tensorflow methods
Configuration menu - View commit details
-
Copy full SHA for 376ade7 - Browse repository at this point
Copy the full SHA 376ade7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b13af21 - Browse repository at this point
Copy the full SHA b13af21View commit details
Commits on Mar 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 741db4b - Browse repository at this point
Copy the full SHA 741db4bView commit details
Commits on Dec 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 164e984 - Browse repository at this point
Copy the full SHA 164e984View commit details -
Merge pull request pkmital#47 from b-fontana/patch-1
Update 01_basics.ipynb
Configuration menu - View commit details
-
Copy full SHA for 956516e - Browse repository at this point
Copy the full SHA 956516eView commit details -
Merge pull request pkmital#51 from mahi97/patch-1
Update 03_polynomial_regression.ipynb
Configuration menu - View commit details
-
Copy full SHA for d3e40db - Browse repository at this point
Copy the full SHA d3e40dbView commit details -
Merge pull request pkmital#40 from lincolnBush/patch-1
Update 03_polynomial_regression.py
Configuration menu - View commit details
-
Copy full SHA for c3eefe5 - Browse repository at this point
Copy the full SHA c3eefe5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master