remove demo code
This commit is contained in:
parent
74dc86bfbf
commit
9e35bcd4b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue