Merge branch 'master' of github.com:MikeInnes/Flux.jl

This commit is contained in:
Mike J Innes 2017-03-04 13:54:06 +00:00
commit 105dce107c

View File

@ -40,7 +40,7 @@ m = Chain(
Affine( 64), relu, Affine( 64), relu,
Affine( 10), softmax) Affine( 10), softmax)
model = tf(model) model = tf(m)
``` ```
We can try this out on our data already: We can try this out on our data already: