Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
bob
bob.pad.base
Commits
8354dc0c
There was a problem fetching the pipeline summary.
Commit
8354dc0c
authored
7 years ago
by
Pavel KORSHUNOV
Browse files
Options
Downloads
Plain Diff
Merge branch 'annots' into 'master'
Improvements See merge request
!31
parents
e31cb9d7
a301d629
No related branches found
No related tags found
1 merge request
!31
Improvements
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/pad/base/script/spoof.py
+0
-7
0 additions, 7 deletions
bob/pad/base/script/spoof.py
bob/pad/base/tools/algorithm.py
+1
-1
1 addition, 1 deletion
bob/pad/base/tools/algorithm.py
with
1 addition
and
8 deletions
bob/pad/base/script/spoof.py
+
0
−
7
View file @
8354dc0c
...
...
@@ -114,7 +114,6 @@ def add_jobs(args, submitter):
**
args
.
grid
.
projection_queue
)
deps
.
append
(
job_ids
[
'
projection
'
])
concat_deps
=
{}
for
group
in
args
.
groups
:
# compute scores
if
not
args
.
skip_score_computation
:
...
...
@@ -124,14 +123,8 @@ def add_jobs(args, submitter):
job_ids
[
'
score-%s
'
%
group
]
=
submitter
.
submit
(
'
--sub-task compute-scores --group %s
'
%
group
,
name
=
"
score-%s
"
%
group
,
number_of_parallel_jobs
=
args
.
grid
.
number_of_scoring_jobs
,
dependencies
=
deps
,
**
args
.
grid
.
scoring_queue
)
concat_deps
[
group
]
=
[
job_ids
[
'
score-%s
'
%
group
]]
else
:
concat_deps
[
group
]
=
[]
if
args
.
grid
is
None
:
# return the list of jobs that need to be executed in series
...
...
This diff is collapsed.
Click to expand it.
bob/pad/base/tools/algorithm.py
+
1
−
1
View file @
8354dc0c
...
...
@@ -120,7 +120,7 @@ def project(algorithm, extractor, groups=None, indices=None, allow_missing_files
logger
.
debug
(
"
... Cannot find extracted feature file %s; skipping
"
,
feature_file
)
continue
else
:
logger
.
e
rror
(
"
Cannot find extracted feature file %s
"
,
feature_file
)
raise
RuntimeE
rror
(
"
Cannot find extracted feature file %s
"
%
feature_file
)
if
not
utils
.
check_file
(
projected_file
,
force
,
1000
):
logger
.
debug
(
"
... Projecting features for file
'
%s
'"
,
feature_file
)
...
...
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