aboutsummaryrefslogtreecommitdiff
path: root/config/memory_network_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/memory_network_1.py')
-rw-r--r--config/memory_network_1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/memory_network_1.py b/config/memory_network_1.py
index 68e23bd..813c9d2 100644
--- a/config/memory_network_1.py
+++ b/config/memory_network_1.py
@@ -31,6 +31,7 @@ candidate_encoder.dim_hidden = [100, 100, 100]
candidate_encoder.weights_init = IsotropicGaussian(0.01)
candidate_encoder.biases_init = Constant(0.001)
+normalize_representation = True
embed_weights_init = IsotropicGaussian(0.001)