Unanswered
Hi Everyone, Now I Am Evaluating Clearml.
I Have A Question About How To Handle Datasets.
Does Clearml Provide Any Function To Manage Datasets?
Or Do We Need To Manage Them By Ourselves?
In Our Usecase, We Update Datasets Little By Little Over Days Or W
BattyLion34 the closest I can think of the is monitoring class that can easily be extended.
Datasets are a type of Task, so we can monitor a project and trigger an action when we see a change in number of Tasks/Datasets that are completed.
Monitoring class:
https://github.com/allegroai/clearml/blob/master/clearml/automation/monitor.py
Monitoring example:
https://github.com/allegroai/clearml/blob/master/examples/services/monitoring/slack_alerts.py
I think a dataset monitoring example will be quite cool.
150 Views
0
Answers
3 years ago
one year ago