From 13f16c18da6a5c9f8ab1998b92e84a04bbc72b3e Mon Sep 17 00:00:00 2001 From: Marc van Zee Date: Tue, 18 May 2021 12:08:54 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346f0c2bd3..cf1d9de345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ Possibly breaking changes: - When calling `init` the 'intermediates' collection is no longer mutable. Therefore, intermediates will no longer be returned from initialization by default. - Don't update batch statistics during initialization. - - Attention: require deterministic only if using dropout + - When not using any non-determinism (e.g., dropout), it is not longer necessary to specify the `deterministic` argument in `MultiHeadDotProductAttention`. Other changes: