Merge branch 'master' of github.com:MikeInnes/Flux.jl
This commit is contained in:
commit
105dce107c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user