summaryrefslogtreecommitdiffstats
path: root/train_ti.py
diff options
context:
space:
mode:
Diffstat (limited to 'train_ti.py')
-rw-r--r--train_ti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_ti.py b/train_ti.py
index fc34d27..7aa4960 100644
--- a/train_ti.py
+++ b/train_ti.py
@@ -407,7 +407,7 @@ def parse_args():
407 ) 407 )
408 parser.add_argument( 408 parser.add_argument(
409 "--emb_decay", 409 "--emb_decay",
410 default=1e-1, 410 default=1e-2,
411 type=float, 411 type=float,
412 help="Embedding decay factor." 412 help="Embedding decay factor."
413 ) 413 )