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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
7fd0f868
Commit
7fd0f868
authored
7 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
Added doc on how to add a MV clf
parent
3173c5ab
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/MonoMultiViewClassifiers/utils/execution.py
+1
-1
1 addition, 1 deletion
Code/MonoMultiViewClassifiers/utils/execution.py
ipynb/Adding a multiview classifier.ipynb
+551
-0
551 additions, 0 deletions
ipynb/Adding a multiview classifier.ipynb
with
552 additions
and
1 deletion
Code/MonoMultiViewClassifiers/utils/execution.py
+
1
−
1
View file @
7fd0f868
...
@@ -194,7 +194,7 @@ def parseTheArgs(arguments):
...
@@ -194,7 +194,7 @@ def parseTheArgs(arguments):
groupFatLateFusion
=
parser
.
add_argument_group
(
'
Fat Late Fusion arguments
'
)
groupFatLateFusion
=
parser
.
add_argument_group
(
'
Fat Late Fusion arguments
'
)
groupFatLateFusion
.
add_argument
(
'
--FLF_weights
'
,
metavar
=
'
FLOAT
'
,
action
=
'
store
'
,
nargs
=
"
+
"
,
groupFatLateFusion
.
add_argument
(
'
--FLF_weights
'
,
metavar
=
'
FLOAT
'
,
action
=
'
store
'
,
nargs
=
"
+
"
,
help
=
'
Determine
which late fusion method of fusion to use
'
,
type
=
float
,
help
=
'
Determine
the weights of each monoview decision for FLF
'
,
type
=
float
,
default
=
[])
default
=
[])
args
=
parser
.
parse_args
(
arguments
)
args
=
parser
.
parse_args
(
arguments
)
...
...
This diff is collapsed.
Click to expand it.
ipynb/Adding a multiview classifier.ipynb
0 → 100644
+
551
−
0
View file @
7fd0f868
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