My nth question for the day 🙂 What’s the general pattern for running a pipeline - train model, evaluate metrics and publish the model if satisfactory (based...
3 years ago
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
3 years ago
If I have a task and a dataset is being created in a task, how can I get a “link” that this Dataset is created in this task, similar to how Model has the tas...
3 years ago
Any ideas of using Label Studio with Clearml Datasets - base dataset, load to label studio, annotate, child annotated dataset is the kind of flow
3 years ago
Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model re...
3 years ago
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
3 years ago
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
3 years ago
How do people solve this? If i am pip installing a custom package from .tar.gz, how can i ensure that if i run the experiment (initially run from a notebook)...
3 years ago
Need some help with shell script for a task that is not running from what I can see: Have a apt-get install -y poppler-utils and I don’t see it being install...
3 years ago
Is there a way to do s3 -> s3 copy while doing a dataset? I don’t want to get it to local from s3 and then upload as a dataset to s3
3 years ago
Does ClearML have a way to do Human In the Loop activities as part of a pipeline that I might have missed?
2 years ago
Is it possible to set an environment variable for a task?
3 years ago
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
3 years ago
What is parent task for a dataset? When does it get populated?
3 years ago
Can someone help me with deploying this example model (from triton inference server) deployed in clearml-serving? Too many random errors for me to figure it ...
3 years ago
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
3 years ago
Similar question but when running a pipeline, can I control the tags that the tasks a pipeline creates? add_pipeline_tags adds tags from pipeline to the task...
3 years ago
Is it not possible to add artifacts to a completed task?
3 years ago
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
3 years ago
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
3 years ago
I am not familiar with pytorch, but is it expected that so many “models” are created? These are being repeated as well for a single task (this is training a ...
3 years ago
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
3 years ago
I am seeing that some steps in a pipeline are being skipped. Like for example, in a pipeline with 4 steps, it’s directly starting at step 3. Is there some re...
3 years ago
Sorry folks too many questions - if i have a project (and i set the output uri in it while creating, to a s3 folder) how can i ensure that a experiment (task...
3 years ago
Sorry if this is addressed in docs somewhere - Does an agent map to one worker (1:1) all the time? Can I have multiple workers in an agent? Does docker mode ...
3 years ago
Is it possible to increase the polling interval for k8s glue? Currently it is 5 seconds I believe. Would adding an argument for it help? Can do a PR if so
3 years ago
Is it possible to schedule pipelines on events like dataset update?
3 years ago
When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
3 years ago
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
3 years ago