Update save_load.py

pull/420/head
shaohua.zhang 2020-07-27 17:17:45 +08:00 committed by GitHub
parent 80f0a35580
commit 036e11364b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def _load_state(path):
return state
def load_params(prog, path, ignore_params=None):
def load_params(exe, prog, path, ignore_params=[]):
"""
Load model from the given path.
Args: