From 386ae4156df653b1758806677dc1d32adfec837a Mon Sep 17 00:00:00 2001 From: Nurul Fithria Lubis <nurul.lubis@hhu.de> Date: Mon, 9 Nov 2020 18:10:48 +0100 Subject: [PATCH] Update mt_gauss.py --- experiments_woz/mt_gauss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments_woz/mt_gauss.py b/experiments_woz/mt_gauss.py index 268ac02..2e8daa3 100644 --- a/experiments_woz/mt_gauss.py +++ b/experiments_woz/mt_gauss.py @@ -68,7 +68,7 @@ def main(seed): avg_type='word', # avg_type='slot', # slot_weight=10, - use_aux_kl=False, + use_aux_kl=True, print_step=300, ckpt_step=1416, improve_threshold=0.996, -- GitLab