Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dev
MAGE Multiview Artificial Generation Engine
Commits
cd2509fb
Commit
cd2509fb
authored
Apr 22, 2020
by
Baptiste Bauvin
Browse files
Doc
parent
c16af906
Pipeline
#4748
failed with stage
in 52 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cd2509fb
...
...
@@ -4,7 +4,7 @@ tests:
tags
:
-
docker
script
:
-
pip install -e . --no-deps
-
pip
3
install -e . --no-deps
-
pytest-3
# generate the documentation
...
...
demo/tutorials/getting_started.ipynb
View file @
cd2509fb
This diff is collapsed.
Click to expand it.
docs/source/conf.py
View file @
cd2509fb
...
...
@@ -63,7 +63,7 @@ exclude_patterns = ['_build', '**.ipynb_checkpoints']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
nature
'
html_theme
=
'
groundwork
'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
multiview_generator/multiple_sub_problems.py
View file @
cd2509fb
...
...
@@ -504,7 +504,6 @@ class MultiViewSubProblemsGenerator:
# Getting the number of examples that the view must
# describe well for this class :
print
(
view_index
,
class_index
,
self
.
n_well_described
[
class_index
][
view_index
],
len
(
self
.
well_described
[
class_index
][
view_index
]))
n_good_descriptions_to_get
=
int
(
self
.
n_well_described
[
class_index
][
view_index
]
-
len
(
self
.
well_described
[
class_index
][
view_index
]))
...
...
Write
Preview
Supports
Markdown
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