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: Hvass-Labs/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: mgruben/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.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 2, 2016

  1. Add TensorBoard to Notebook 02

    This commit introduces name_scopes for the convolutional layers, for their
    weights and biases, and for the fully-connected layers, so that these
    items show up with meaningful names in TensorBoard.
    
    This commit also introduces scalar summaries for the accuracy and cost,
    which are calculated every 100th optimization.
    
    Additionally, this commit adds histogram summaries for the weights and biases,
    so that how these tensors change over time can be more easily seen.
    
    The default log directory has been set to "logs", which will create
    a new directory "logs" in the same directory as the 02_Convolutional_
    Neural_Network.ipynb.
    
    To access TensorBoard, from a terminal, type:
    `tensorboard --log-dir=/path/to/02_CNN/folder/logs`
    mgruben committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    1bdc34a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff209a8 View commit details
    Browse the repository at this point in the history
Loading