From 3f2775ee6ccbeb238981431c7400fc537033a601 Mon Sep 17 00:00:00 2001 From: Marc van Zee Date: Tue, 18 May 2021 12:09:41 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1d9de345..7b2151d164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ Possibly breaking changes: Other changes: - - Rewrote various examples to use Optax instead of Flax optimizers (e.g., Imagenet, SST2) + - Rewrote various examples to use Optax instead of Flax optimizers (e.g., Imagenet, SST2). - Added an NLP text classification example (on the SST-2 dataset) to [`examples/sst2`](https://github.com/google/flax/tree/master/examples/sst2). that uses a bidirectional LSTM (BiLSTM) to encode the input text.