Small edits (#144)

This commit is contained in:
pollfly
2021-12-27 10:41:43 +02:00
committed by GitHub
parent 6962630aaa
commit 16ffa620b6
11 changed files with 29 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ through parametrized data access and meta-data version control.
The basic premise is that a user-formed query is a full representation of the dataset used by the ML/DL process.
ClearML Enterprise's hyperdatasets supports rapid prototyping, creating new opportunities such as:
ClearML Enterprise's Hyper-Datasets supports rapid prototyping, creating new opportunities such as:
* Hyperparameter optimization of the data itself
* QA/QC pipelining
* CD/CT (continuous training) during deployment
@@ -28,7 +28,7 @@ These components interact in a way that enables revising data and tracking and a
Frames are the basics units of data in ClearML Enterprise. SingleFrames and FrameGroups make up a Dataset version.
Dataset versions can be created, modified, and removed. The different version are recorded and available,
so experiments and their data are reproducible and traceable.
so experiments, and their data are reproducible and traceable.
Lastly, Dataviews manage views of the dataset with queries, so the input data to an experiment can be defined from a
subset of a Dataset or combinations of Datasets.