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
1 changed files with 1 additions and 1 deletions

View File

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