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
36df4a48
Commit
36df4a48
authored
5 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
Updated gitlab and readme
parent
5d2e35a8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
README.md
+3
-1
3 additions, 1 deletion
README.md
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
3
View file @
36df4a48
# run the test suite
# run the test suite
tests
:
tests
:
image
:
registry.gitlab.lis-lab.fr:5005/baptiste.bauvin/
multiview-machine-learning-o
mi
s
/ubuntu:18.04
image
:
registry.gitlab.lis-lab.fr:5005/baptiste.bauvin/
sum
mi
t
/ubuntu:18.04
tags
:
tags
:
-
docker
-
docker
script
:
script
:
...
@@ -9,7 +9,7 @@ tests:
...
@@ -9,7 +9,7 @@ tests:
# generate the documentation
# generate the documentation
doc
:
doc
:
image
:
registry.gitlab.lis-lab.fr:5005/baptiste.bauvin/
multiview-machine-learning-o
mi
s
/ubuntu:18.04
image
:
registry.gitlab.lis-lab.fr:5005/baptiste.bauvin/
sum
mi
t
/ubuntu:18.04
tags
:
tags
:
-
docker
-
docker
only
:
only
:
...
@@ -30,7 +30,7 @@ doc:
...
@@ -30,7 +30,7 @@ doc:
# project public
# project public
pages
:
pages
:
image
:
registry.gitlab.lis-lab.fr:5005/baptiste.bauvin/
multiview-machine-learning-o
mi
s
/ubuntu:18.04
image
:
registry.gitlab.lis-lab.fr:5005/baptiste.bauvin/
sum
mi
t
/ubuntu:18.04
tags
:
tags
:
-
docker
-
docker
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
36df4a48
...
@@ -71,6 +71,7 @@ For further information about classifier-specific arguments, see the [documentat
...
@@ -71,6 +71,7 @@ For further information about classifier-specific arguments, see the [documentat
In order to start a benchmark on your own dataset, you need to format it so SuMMIT can use it.
In order to start a benchmark on your own dataset, you need to format it so SuMMIT can use it.
##### If you already have an HDF5 dataset file it must be formatted as :
##### If you already have an HDF5 dataset file it must be formatted as :
*
One dataset for each view called
`ViewI`
with
`I`
being the view index with 2 attribures :
*
One dataset for each view called
`ViewI`
with
`I`
being the view index with 2 attribures :
*
`attrs["name"]`
a string for the name of the view
*
`attrs["name"]`
a string for the name of the view
*
`attrs["sparse"]`
a boolean specifying whether the view is sparse or not (WIP)
*
`attrs["sparse"]`
a boolean specifying whether the view is sparse or not (WIP)
...
@@ -79,6 +80,7 @@ In order to start a benchmark on your own dataset, you need to format it so SuMM
...
@@ -79,6 +80,7 @@ In order to start a benchmark on your own dataset, you need to format it so SuMM
*
One dataset for the labels called
`Labels`
with one attribute :
*
One dataset for the labels called
`Labels`
with one attribute :
*
`attrs["names"]`
a list of strings encoded in utf-8 naming the labels in the right order
*
`attrs["names"]`
a list of strings encoded in utf-8 naming the labels in the right order
*
One group for the additional data called
`Metadata`
containing at least 1 dataset :
*
One group for the additional data called
`Metadata`
containing at least 1 dataset :
*
`"example_ids"`
, a numpy array of type
`S100`
, with the ids of the examples in the right order
*
`"example_ids"`
, a numpy array of type
`S100`
, with the ids of the examples in the right order
*
And three attributes :
*
And three attributes :
...
...
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