Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
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
Model registry
Operate
Environments
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
beat
beat.web
Commits
ccf0ac54
Commit
ccf0ac54
authored
6 years ago
by
Zohreh MOSTAANI
Browse files
Options
Downloads
Patches
Plain Diff
[web][doc] minor modification in toolchains and dataformats
parent
4097e8e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!265
merge new documentation to master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/user/dataformats/guide.rst
+1
-1
1 addition, 1 deletion
doc/user/dataformats/guide.rst
doc/user/toolchains/guide.rst
+0
-37
0 additions, 37 deletions
doc/user/toolchains/guide.rst
with
1 addition
and
38 deletions
doc/user/dataformats/guide.rst
+
1
−
1
View file @
ccf0ac54
...
...
@@ -37,7 +37,7 @@ communicate in an orderly manner. For more detailed information see :ref:`beat-s
Data formats are named using three values joined by a ``/`` (slash)
operator. The first value is the **username**.
The ``system`` user, provides a number of
`
pre-defined formats such as
The ``system`` user, provides a number of pre-defined formats such as
integers, booleans, floats and arrays
<https://www.beat-eu.org/platform/dataformats/system/>`_. You may also
browse `publicly available data formats`_ to see all available data formats
...
...
This diff is collapsed.
Click to expand it.
doc/user/toolchains/guide.rst
+
0
−
37
View file @
ccf0ac54
...
...
@@ -30,43 +30,6 @@
Toolchains are the backbone of experiments within the |project| platform. They
determine the data flow for experiments in the |project| platform. For more information about toolchanis see :ref:`beat-system-toolchains`.
You can see an example toolchain for a toy-`eigenface`_ system on the image
below.
.. image:: img/eigenfaces.*
From this block diagram, the platform can identify all it requires to conduct
an experiment with this workflow:
* There are three types of blocks:
1. **Dataset blocks** (light yellow, left side): are the input blocks of a
toolchain. They only have outputs.
2. **Regular blocks** (gray): represent processing steps of the toolchain.
3. **Analysis blocks** (light blue, right side): is the output of a
toolchain. They only have inputs.
* Each block defines *place holders* for datasets and algorithms to be
inserted when the user wants to execute an experiment based on such a
toolchain (see the :ref:`experiments` section).
* Each block is linked to the next one via a **connection**. The sequence of
blocks in a toolchain and their connectivity defines a natural data flow.
Data is output by data sets on the left and flow to the right until a
result is produced.
* Each dataset block (light yellow, left side) define a unique
*synchronization channel*, which is encoded in the platform via a color.
For example, the sychronization channel ``train`` is blue. The
synchronization channel ``templates`` is green and, finally, the
synchronization channel ``probes`` is red.
* Each regular or analysis block on the toolchain respects exactly one of
these synchronization channels. This is indicated by the colored circle on
the top-right of each block. For example, the block called ``scoring`` is
said to be *synchronized with* the ``probes`` channel.
The *Toolchains* tab
--------------------
...
...
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