You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bluemarlin.apache.org by ra...@apache.org on 2022/01/21 23:35:39 UTC

[incubator-bluemarlin] branch main updated: Update hparams.py

This is an automated email from the ASF dual-hosted git repository.

radibnia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-bluemarlin.git


The following commit(s) were added to refs/heads/main by this push:
     new 11e55ed  Update hparams.py
     new 64b2c38  Merge pull request #36 from radibnia77/main
11e55ed is described below

commit 11e55ed70f938b9913e89a0687e1ce1b526535a7
Author: Reza <re...@yahoo.com>
AuthorDate: Fri Jan 21 15:32:08 2022 -0800

    Update hparams.py
    
    Fix bug #30
---
 Model/predictor-dl-model/predictor_dl_model/trainer/hparams.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Model/predictor-dl-model/predictor_dl_model/trainer/hparams.py b/Model/predictor-dl-model/predictor_dl_model/trainer/hparams.py
index 5255ebf..16d6617 100644
--- a/Model/predictor-dl-model/predictor_dl_model/trainer/hparams.py
+++ b/Model/predictor-dl-model/predictor_dl_model/trainer/hparams.py
@@ -28,7 +28,7 @@ params_s32 = dict(
     batch_size=300,
     # train_window=380,
     train_window=60,
-    train_skip_first=0,
+    train_skip_first=12,
     rnn_depth=500,
     use_attn=False,
     attention_depth=60,