ClearML 1.3.2 I'm running Task.get_tasks(project_name=...) and suddenly I get 2022-04-07 10:28:43,617 - clearml.Task - ERROR - Failed reloading task c2d514f3...
3 years ago
What could be the reason for FAIL status of a task that seems to have completed correctly? No information in the log whatsoever
4 years ago
Happy Friday Everyone 🙂 how can I apply uncommitted changes from a task manually to debug locally?
3 years ago
I have a local postgresql and datafetcher class, whats the best way to reuse same datafetcher in local runs with pipeline. Is it possible?
2 years ago
Hi, I cannot manage to start trains-server 0.16 with the docker-compose file, the trains-elastic container fails with the following error:
5 years ago
Hi guys!, I'm trying to understand how works the auto-scaling, at this moment I have all the configuration in place, machines start perfectly but then nothin...
4 years ago
Related to my above thread, I think there is some more customization that needs to be supported to use docker mode properly for different use-cases. It seems...
4 years ago
Hello, I'm trying to get the pipeline progress, but I can't get it properly. I've set the progress via current_task.set_progress() in the pipeline after each...
3 years ago
Hi, i have a docker image that needs to be run in privileged mode. How should i do the following? clearml-session: Pass the --privileged option along --docker ?
4 years ago
Hi, I'm trying to access/use experiment's model+data+params My model and data are stored in s3 and I'm not sure what is the practice of getting them reddy to...
3 years ago
Hey team, I had a question about executing the pipelines using clearml agent setup in K8s. When we define a pipeline script to be executing remotely and subm...
7 months ago
Hi. I have a job that processes images and creates ~5 GB of processed image files (lots of small ones). At the end - it creates a clearml.Dataset and perform...
2 years ago
Hello, Does anyone know how to bypass package management by clearml if using docker mode? I want to achieve the following - Run agent in docker mode Push a t...
2 years ago
Hi, in the clearml web ui, is it possible to edit the description of a project for which the description was initially empty? When there is a description the...
4 years ago
Hi all, I deployed the enterprise version using a Helm chart, but how do I manage users? I configured the overrides.yaml with some extraEnvs , such as CLEARM...
7 months 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 everyone, we are currently looking into clearML to possibly integrate into our ML workflow. We are wondering how the integration is with orchestrators ...
one year ago
Hi guys can you please tell, what does this means..
2 years ago
Hi, when I use task.get_logger().report_table, I go the UI after the experiment finishes and I download the table (under RESULTS > PLOTS), it gives me a json...
4 years ago
Hi! I have some agents on GCP. Lately I have been getting some experiments that simply stop running (no signs that the experiment crashed). Here is a plot th...
4 years ago
Is there a way to report a simple series with X and Y coords, X and Y being two lists of same length?
4 years ago
hi, I am wondering why do I need to create files before applying diff ? https://github.com/allegroai/clearml-agent/blob/master/clearml_agent/helper/repo.py#L...
4 years ago
Probably a novice question, but I’m getting No repository found, storing script code instead when trying to run a training routine and also a pipeline routin...
3 years ago
is there a document which describes what kind of data is stored in elasticsearch, mongodb and redis.. just trying to understand the architecture of trains an...
5 years ago
for some reason the installed packages are not reflecting the one from the requirements.txt in the repository?
11 months ago
Hello everyone! I have another question 🙂 I have several ml models loaded to my ClearML server. I want to download them from server to local directory. Is t...
one year ago
Hi, I am using mmpretain and wondering how do ClearML integrate with it ? I used: Runner( ..., visualizer=dict(type='Visualizer', vis_backends=[dict(type='Cl...
one year ago