From 63cf9d3d9e47200363594525602d46a9d7987b22 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 22 Dec 2020 23:45:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- docs/datasets.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0520ab59..9deb3009 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ClearML is a ML/DL development and production suite, it contains three main modu - [Experiment Manager](#clearml-experiment-manager) - Automagical experiment tracking, environments and results - [ML-Ops](https://github.com/allegroai/clearml-agent) - Automation, Pipelines & Orchestration solution for ML/DL jobs (K8s / Cloud / bare-metal) -- [Data-Management](https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md) - Fully differentiable data management & version control solution on top of object-storage +- [Data-Management](https://github.com/allegroai/clearml/blob/master/docs/datasets.md) - Fully differentiable data management & version control solution on top of object-storage (S3/GS/Azure/NAS) diff --git a/docs/datasets.md b/docs/datasets.md index de4b34d0..1368172b 100644 --- a/docs/datasets.md +++ b/docs/datasets.md @@ -2,6 +2,8 @@ ## Decoupling Data from Code - The Dataset Paradigm + + ### The ultimate goal of `clearml-data` is to transform datasets into configuration parameters Just like any other argument, the dataset argument should retrieve a full local copy of the dataset to be used by the experiment. @@ -136,4 +138,3 @@ in the differential snapshot (location / size / hash), is available in the Artif This allows you to quickly compare two dataset contents and visually see the difference. - The dataset genealogy DAG and change-set summary table is visualized in Results / Plots -