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
OpenDAS
dlib
Commits
4ad6f586
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "27e8ffed37ef4497b55c4d1745edd301744b72ee"
Commit
4ad6f586
authored
May 23, 2011
by
Davis King
Browse files
removed tabs
parent
61e1cee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/structural_svm_distributed.h
dlib/svm/structural_svm_distributed.h
+1
-1
No files found.
dlib/svm/structural_svm_distributed.h
View file @
4ad6f586
...
...
@@ -86,7 +86,7 @@ namespace dlib
friend
void
deserialize
(
oracle_request
&
item
,
std
::
istream
&
in
)
{
deserialize
(
item
.
current_solution
,
in
);
dlib
::
deserialize
(
item
.
cur_risk_lower_bound
,
in
);
dlib
::
deserialize
(
item
.
cur_risk_lower_bound
,
in
);
dlib
::
deserialize
(
item
.
eps
,
in
);
dlib
::
deserialize
(
item
.
skip_cache
,
in
);
}
...
...
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