Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
036e1136
"src/vscode:/vscode.git/clone" did not exist on "0af3fd7c70711f1c78da9bc087293826ecba451e"
Unverified
Commit
036e1136
authored
Jul 27, 2020
by
shaohua.zhang
Committed by
GitHub
Jul 27, 2020
Browse files
Update save_load.py
parent
80f0a355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ppocr/utils/save_load.py
ppocr/utils/save_load.py
+1
-1
No files found.
ppocr/utils/save_load.py
View file @
036e1136
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment