"src/vscode:/vscode.git/clone" did not exist on "0af3fd7c70711f1c78da9bc087293826ecba451e"
Unverified Commit 036e1136 authored by shaohua.zhang's avatar shaohua.zhang Committed by GitHub
Browse files

Update save_load.py

parent 80f0a355
...@@ -57,7 +57,7 @@ def _load_state(path): ...@@ -57,7 +57,7 @@ def _load_state(path):
return state return state
def load_params(prog, path, ignore_params=None): def load_params(exe, prog, path, ignore_params=[]):
""" """
Load model from the given path. Load model from the given path.
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment