Hello everyone, I'm currently trying clearml-serving to serve a model via an endpoint. I followed the tutorial in the documentation, but when I try a request...
one year ago
hello everyone i am trying to use task scheduler to make a cron job. I have used s3 bucket as my file server but when this cron runs it gives the error not a...
2 years ago
Hi, I'm trying to clone and queue experiments for running them on my workers. I am able to successfully clone and queue the task, but seems like the task doe...
3 years ago
Is there a way to change the smoothing algorithm? I would expect extreme smoothing to converge to the global average of a scalar plot, not to the value of th...
2 years ago
Hi everyone Can ClearML session be somehow saved, if the host machine for docker container, where agents are running, was rebooted?
11 months ago
Is the only available resource to learn and use ClearML-Serving, the github repo, or are their other resources as well? Also, in the repo, once the model is ...
3 years ago
Hey guys, Is there an e2e working example of writing a pipeline with 2-3 tasks? Just an hello world. I am the first one who tries to make ClearML pipeline to...
3 years ago
Hi, I am quite new to clearml and Can someone please tell me how to use a dataset that have been uploaded to the clearml data directly to a experiment. As a ...
3 years ago
Has anyone used clearml-serving and successfully sent an inference request via curl? I'm having trouble trying to send an inference request to the keras mnis...
4 years ago
Hi, I am getting this error when using the aws auto_scaler service (with the PRO version): Traceback (most recent call last): File "/root/.clearml/venvs-buil...
3 years ago
Let's say that I specify the output_uri parameter in Task.init like this: task = Task.init( project_name="example_project", task_name="example_task", output_...
4 years ago
How to tell clearML server to use cloud storage (Azure)? I have a clearML server deployed with docker-compose. As per instruction here , I added the file /op...
2 years ago
Hey, I want to take the uncommited changes from my task and apply them locally to my local branch. How should I approach this? I tried copying it to a diff f...
3 years ago
Hi, would it be possible to parse torch requirement when it’s part of the extras_require dict? In my code, I have the following: train_task._update_requireme...
4 years ago
hi to all! i'm trying to enable clearml-agent in my k8s clearml-server installation. I'm following this guide https://github.com/allegroai/clearml-server-hel...
2 years ago
I am getting ERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device: '/tmp/pip-unpacked-wheel-fakjd3pf/nvidia/cudnn...
2 years ago
Also, did you enjoy our talk and workshop? Do you have any questions? Join our LIVE Q&A livestream session to answer all your MLOps questions! We are going l...
4 years ago
Hi, I am successfully starting multiple tasks automatically, but they dont train to completion they start training and then at some point they give me this e...
3 years ago
Hi Team, I have licensed version that is clearML pro but need some inputs to create App instance in application like project dashboard, hyperparameter optimi...
2 years ago
Hi Guys/Gals, If you want to checkout the latest RC we have 0.15.0rc0 out : pip install trains==0.15.0rc0 pip install trains-agent==0.15.0rc0Many of the impr...
5 years ago
Hi all! Any example or doc to use ClearML with SLURM as a workload manager ?
3 years ago
Hello, Is there anyway to download a subset of Dataset? I've tried get_local_copy() which set part to specific number. It generates only state.json and not d...
2 years ago
Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form: "azure://. blob.core.windows.net/ " ?
2 years ago
When it comes to continuous training, I wanted to know how you train or would train if you have annotated data incoming? Do you train completely online where...
3 years ago
Hey all, I started to use ClearML couple of days ago and it’s great so far. I’m working on a project that uses Pytorch Lightning. I saw the code snippet abou...
4 years ago
Hi. I am sure this has been asked before but I cannot find it searching the past 90 days here or the web. Can I ingest old tensorboard logs into clearml from...
2 years ago
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
5 years ago
Hi, is there any variable that defines the disconnectivity timeout? I want to handle cases where my remote clearml is not available for some time. In additio...
4 months ago
Autoscaler parallelization issue: I have an AWS Autoscaler set up with a resource that has a max of 3 instances assigned to the default queue I've given it a...
3 years ago
I am noticing that Clearml isn't able to clone a submodule with the error fatal: could not read Username for ' None ': terminal prompts disabled . I have the...
one year ago