Update README.md

This commit is contained in:
Mike J Innes 2018-06-13 11:13:48 +01:00 committed by GitHub
parent 8f7ee76752
commit ac1448f677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Flux has powerful high-level features, and common architectures can be defined i
```julia
model = Chain(
Dense(768, 128),
Dense(768, 128, σ),
LSTM(128, 256)
LSTM(256, 128)
Dense(128, 10),