Ditto.
This commit is contained in:
parent
ee630a8566
commit
34d0c39e72
|
@ -31,8 +31,8 @@ Flux has powerful high-level features, and common architectures can be defined i
|
||||||
```julia
|
```julia
|
||||||
model = Chain(
|
model = Chain(
|
||||||
Dense(768, 128, σ),
|
Dense(768, 128, σ),
|
||||||
LSTM(128, 256)
|
LSTM(128, 256),
|
||||||
LSTM(256, 128)
|
LSTM(256, 128),
|
||||||
Dense(128, 10),
|
Dense(128, 10),
|
||||||
softmax)
|
softmax)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue