remove demo code

This commit is contained in:
Mike J Innes 2016-09-28 17:15:52 +01:00
parent 74dc86bfbf
commit 9e35bcd4b7
1 changed files with 0 additions and 4 deletions

View File

@ -63,8 +63,4 @@ function Flux.update!(m::Model)
error("update! is not yet supported on TensorFlow models")
end
# m = Flux.Dense(784, 10)
# t = tf(m)
# t(randn(784,1))
end