typo
This commit is contained in:
parent
2ae4a23efe
commit
f8a18ef3c5
@ -161,7 +161,7 @@ You may recognise this as being equivalent to
|
|||||||
```julia
|
```julia
|
||||||
Chain(
|
Chain(
|
||||||
Affine(10, 20), σ
|
Affine(10, 20), σ
|
||||||
Affine(20, 15)), softmax
|
Affine(20, 15), softmax)
|
||||||
```
|
```
|
||||||
|
|
||||||
given that it's just a sequence of calls. For simple networks `Chain` is completely fine, although the `@net` version is more powerful as we can (for example) reuse the output `l1` more than once.
|
given that it's just a sequence of calls. For simple networks `Chain` is completely fine, although the `@net` version is more powerful as we can (for example) reuse the output `l1` more than once.
|
||||||
|
Loading…
Reference in New Issue
Block a user