Skip to content

llSourcell/how_to_use_tensorboard_live

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

how_to_use_tensorboard_live

This is the code for the "How to Use Tensorboard" live session by Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval. We're going to classify handwritten characters using a convolutional neural network. Then we'll visualize the results in tensorboard, including a demo of the new embedding visualizer.

Dependencies

  • os
  • tensorflow
  • sys
  • urllib

Install dependencies with pip.

Usage

Run python mnist.py in terminal to train the code.

Visualize it with this command in terminal after training.

tensorboard logdir='/tmp/mnist_tutorial/'

Credits

The credits for this code go to mamcgrath. I've merely created a wrapper to get people started.

About

This is the code for the "How to Use Tensorboard" live session by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages