Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
miyosuda committed Feb 16, 2016
1 parent 5933749 commit 2a95b9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions trainer-script/beginner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
g = tf.Graph()

with g.as_default():
c = tf.constant(5.0)
assert c.graph is g

# Create the model
x = tf.placeholder("float", [None, 784])
W = tf.Variable(tf.zeros([784, 10]), name="vaiable_W")
Expand Down

0 comments on commit 2a95b9c

Please sign in to comment.