commit
6c60c9e2b9
@ -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