from local

This commit is contained in:
dohe0342 2023-04-27 18:44:05 +09:00
parent 0a23dd17d5
commit e839e35a01
2 changed files with 3 additions and 0 deletions

View File

@ -725,6 +725,9 @@ def load_checkpoint_if_available(
params["cur_batch_idx"] = saved_params["cur_batch_idx"]
#params.batch_idx_train = 0
print('-'*40)
print(params.batch_idx_train)
print('-'*40)
return saved_params