From ac1448f677d127fcf68867635543f374630bbcb5 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 13 Jun 2018 11:13:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0baa74d4..10d611f1 100644 --- a/README.md +++ b/README.md @@ -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),