From f7fc5a32ac22bb335a46118e14e1ea4ddc5bad0b Mon Sep 17 00:00:00 2001 From: Wincent Balin Date: Fri, 9 Jul 2021 22:45:50 +0200 Subject: [PATCH] Enforced consistency of hyperparameters See the note at the end of the section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b98916..7d57539 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Given the size of the training dataset, here are some hyperparameters that might - num_layers 2 (or 3) - seq_length 128 - batch_size 64 - - dropout 0.25 + - output_keep_prob 0.75 - 10-20 MB: - rnn_size 1024 - num_layers 2 (or 3)