Is is intended that restarting the server somestimes leads to abortion of experiments on clearml-agents User aborted: stopping task (3) ?
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
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
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 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
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 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 an easy way to apply the uncommitted changes, logged by ClearML, locally to a dev environment?
3 years ago
When I upgrade the server, do I need to do anything with the agents/queues (redefine them, etc)?
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
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
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
has anyone found a workaround for the bug? clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes
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
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 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
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
Hello, I’ve enabled the web authentication for my ClearML server and I’m wondering whether there’s a way to avoid restarting all the ClearML services every t...
3 years ago
Hi, can Clearml-Server support ReplicaSet in K8S?
3 years ago
Hi, i am working on creating retraining pipelines in production. The way i'm doing this is to install clearml-server on my production. Then i recreate the in...
3 years ago
3 years ago
Good day everyone! Can you please tell me how this time is calculated for the project / folder?
3 years ago
Hi! I'm using func get_local_copy for download dataset. Is it possible to simultaneously download and unzip previous part of dataset? Because now these phase...
3 years ago
I installed my own clearml-server and things seems to work fine, but when i delete an experiment (i first archived it using web interface popup menu) then de...
3 years ago
Woot Woot! 🎉 Just a small teaser from the upcoming server version with our new experiment layout! 🕶️ And if you'll look REALLY closely you might see some i...
3 years ago
I have a reporting task I want to schedule using TaskScheduler. 2 main input params are datetime_from and datetime_to (which is datetime.now() by default). I...
3 years ago
Where can I find a more extensive documentation of serving? I'm looking for How to write pre + post processing callbacks for inference and statistics Manual ...
3 years ago
I just posted a GH issue which totally prevents me from using a scheduler. https://github.com/allegroai/clearml/issues/648 Maybe I missed something, but it l...
3 years ago
Hi, I'm facing some issues when try to run a pipeline, how can a import a local library using pipelines from functions? Always getting "ModuleNotFoundError: ...
3 years ago