from local

This commit is contained in:
dohe0342 2023-04-11 14:00:59 +09:00
parent 489f929481
commit af69a706ba
2 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ def load_checkpoint_if_available(
params["cur_batch_idx"] = saved_params["cur_batch_idx"]
params.batch_idx_train = 0
print(saved_params)
return saved_params