Hi, I just started working with ClearML and I have a question about one of my plots. Fig 1 is what it looks like in my pycharm output. Fig 2 is what is logge...
3 years ago
Hi guys, I have a recurring problem : Every few new commits - I try to upload a new task and I have the following error: Using cached repository in "/root/.c...
3 years ago
I have a question about clearml-data , from what I observed (I just started playing with it) it internally stores a compressed representation of a dataset. D...
3 years ago
hi folks, I have a question on the clearml-serving . In the tutorials I see spinning up the inference container as the last step. My question is on how the d...
3 years ago
Hi, Question regarding clearml-agent How do we delete a daemon? There is an option to stop a daemon service - but what is the method to delete a specific wor...
3 years ago
has anyone found a workaround for the bug? clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes
3 years ago
Hey all. Question regarding scheduling and orchestration. Does ClearML provide any tooling to schedule entire training pipelines and to trigger training pipe...
3 years ago
Does the ClearML team still post updates in this channel when new ClearML versions come out? If not, what's the easiest way to keep track of various release ...
3 years ago
I think there is a little bug with the PipelineDecorator.component : i provide the name of the component but it uses the name of the wrapped function as the ...
3 years ago
When I upgrade the server, do I need to do anything with the agents/queues (redefine them, etc)?
3 years ago
Hi everyone, is there any difference between the service agent that comes with the server and the normal clearml-agent in --services-mode ?
3 years ago
Is there an easy way to apply the uncommitted changes, logged by ClearML, locally to a dev environment?
3 years ago
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
3 years ago
Is there something like clearml-data delete --id myid2delete for Tasks?
3 years ago
I am trying to run a task on an agent for the first time but I am running into some things I do not understand, I hope someone can help me out with this. I g...
3 years ago
Hi, while loading a task I see the following line in the output: Could not lock cache folder "___r" (timeout 300 sec), using temp vcs cache. also I see a ver...
3 years ago
Hi everybody. I have problem when logging model in a specific case. If model has parameter that is a dict than it is not saved to clearml even tho it is save...
3 years ago
Hello everyone. I was following the docs about creating pipelines using decorators (as it looked really neat). Everything worked well for my example, but I'v...
3 years ago
Hi, What if I need to create a task which requires a private package that is only available as a wheel (in a private git repo)? Any ideas of how to do that?
3 years ago
Hi! Please, could anyone explain this sort of behaviour? First, we save a model checkpoint during training (both in .pth and .onnx format) output_model_pth =...
3 years ago
Is is intended that restarting the server somestimes leads to abortion of experiments on clearml-agents User aborted: stopping task (3) ?
3 years ago
I have a problem that might not directly be ClearML related, but maybe someone here has an idea: I run a clearml-server on a machine with 128GB RAM, 32 cores...
3 years ago
Before I write an issue: Does someone else have to problem that with the latest clearml-server if you go to Detail View -> Results -> Debug Samples -> Change...
3 years ago
Hi, i'm wondering if ClearML did a comparison of their ClearML Pipelines with other solutions such as Apache Beam? Or if ClearML supports integration with su...
3 years ago
Hello, I'm wondering if I can stop the specific logging for one plot (using matplotlib). When the data points become more, then the GUI of results -> plots g...
3 years ago
Hello, I host ClearML server on premise using docker-compose. When I navigate to the ClearML web page and want to log in, I found that I don't need to enter ...
3 years ago
Hi folks, I am trying to run ClearML on a local kubernetes (created with Rancher Desktop), but I am running into issues. I admit I am a complete noob to K8s,...
3 years ago
Hello clearml friends 🙂 , I have a question regarding the requirements_file arguments in Task.create() . Can I put a path/link to requirements from git repo...
3 years ago
Hi, I'm setting a USER PROPERTIES using the following code task.set_user_properties(MY_THRESHOLD={"type": int, "value": 0.85}, )Whet is the correct way to re...
3 years ago