Update save_load.py
parent
80f0a35580
commit
036e11364b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue