Is there a reference implmentation for a task in a pipeline that awaits user input?
4 years ago
Hi, I have quite a generic question. Basically, I am picking your brains for any solution. Our current pipeline has (clearml-data, clearml and seldon). We we...
4 years ago
Hi I am creating a custom image dataset and does anyone know how to upload files into remote uri (S3) without compressing the data? from clearml import Datas...
one year ago
Hi there. In a clearml pipeline step with docker, I specify the git repo and branch I want to use. How can I also specify a repos optional dependecies? It us...
one year ago
How can I save a list of string , in the format of 'report_smthing'?
3 years ago
Hi everybody. When I want to force the agent to not reproduce my local pip environment, I add Task.force_requirements_env_freeze(force=False, requirements_fi...
3 years ago
Hi, I've got a quick question about Task.connect . I'm trying to connect a dictionary which contains a few thousand hashes and it works fine locally but take...
3 years ago
Hey there! I kindly ask for your swarm knowledge on ClearML pipelines. I'm trying to setup a simple pipeline with a Controller running on the service-queue a...
2 years ago
Hi, I am trying to upload a model but I am getting the following error: 2021-07-05 17:21:14,625 - clearml.storage - ERROR - Failed uploading: cannot schedule...
4 years ago
Reporting NoneType scalars. Is it possible to report None somehow, to skip the point on a plot? If I just skip it, it will interpolate between the previous a...
one year ago
Hi guys, I am trying to upload and serve a pre-existing 3-rdparty PyTorch model inside my ClearML cluster. However, after proceeding with the suggested seque...
9 months ago
Quick one: Having some issues with comparing experiments. Can I only compare experiments if they are clones of the same parent task?
4 years ago
Silly question alert...... Really simple one to start with. If I have the more or less the default settings for a clearml-agent on a compute node, so therefo...
4 years ago
Security question: in my journey of running ClearML the "hard way" (self-hosted), one problem I haven't solved is security. Some discussion here...
2 years ago
Hello hello! I recently started trying out clearml for experiment tracking, thanks devs for the beautiful product! I can across an issue that I couldn't reso...
one year ago
Hi all, Wanted to know if there’s a way (that’s not a hack) to configure k8s agents to use github deploy keys? As I understand, only user/pass combinations a...
2 years ago
Hi folks, Any idea why I am getting this strange error from clearml-data: $ clearml-data list --project myproject clearml-data - Dataset Management & Version...
3 years ago
Hey, quick show of hands, who's seen T Guerre in our videos yet?
4 years ago
Hi all, I'm running some training tasks remotely using ClearML Agent, using my github repo code. One of the input arguments to my process is a config yaml fi...
3 years ago
Hi all! I start a task remotely using a queue. I’m getting an error because clearml doesn’t see the latest commit in my git repo. It constantly refers to one...
2 years ago
Hi guys, just wondering if anyone encountered this error when using the pipeline controller object. I simply added a step with the step-name and base_task_id...
4 years ago
Hi guys. Say that we train a model with 10 epoch, and suddenly interruption occur on epoch 5. How can we continue the by using ClearML?
2 years ago
Hi, Quickhelp with pipelines: I am loading a model during a state of it and them passing this model (torch.nn.Module object) as input argument to a pipeline ...
3 years ago
How can I check which experiments are using the most metrics? and does archiving those experiments save some space?
one year ago
Any pointers on running gpu tasks with k8s glue?
4 years ago
Hi, I have clearml installed locally and I have a question regarding saving of experiments and models. In a project if we do not change the task name does it...
3 years ago
Hi everyone, I'm trying to run some integration tests with ClearML through a Github self hosted runner, but I keep getting this error: clearml.backend_api.se...
one year ago
Hi again! Are there way of uploading your model architecture to clearml, and not the weights. Would like to easily compare different experiments with slightl...
one year ago
Bug report? We noticed that the AWS autoscaler will lose track of instances crashing due to no space left on device, and the ec2 instance will remain running...
2 years ago
Can anyone help me understand when the content shown in the UI is set/updated? In particular, if I initialize a task and the UI receives updates for things l...
5 months ago