from local

This commit is contained in:
dohe0342 2023-04-07 12:01:44 +09:00
parent 5f045c49c5
commit 52f415e673
3 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ def load_checkpoint_if_available(
if "cur_batch_idx" in saved_params:
params["cur_batch_idx"] = saved_params["cur_batch_idx"]
params.batch_idx_train = 0
#params.batch_idx_train = 0
return saved_params