Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
34a651c3
Commit
34a651c3
authored
5 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
45681d64
33ab58ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#4886
passed
5 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
summit/multiview_platform/exec_classif.py
+3
-1
3 additions, 1 deletion
summit/multiview_platform/exec_classif.py
with
3 additions
and
1 deletion
summit/multiview_platform/exec_classif.py
+
3
−
1
View file @
34a651c3
...
...
@@ -714,6 +714,8 @@ def exec_classif(arguments): # pragma: no cover
start
=
time
.
time
()
args
=
execution
.
parse_the_args
(
arguments
)
args
=
configuration
.
get_the_args
(
args
.
config_path
)
import
sys
if
not
sys
.
platform
in
[
"
win32
"
,
"
cygwin
"
]:
os
.
nice
(
args
[
"
nice
"
])
nb_cores
=
args
[
"
nb_cores
"
]
if
nb_cores
==
1
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment