Hi, Is it possible to re-use task-id, but keep the old execution tab ? (git diff specifically).
3 years ago
Hi, I have an issue when running a pipeline controller remotely in docker. Basically I have a module that reads a config file into a dict and calls the pipel...
2 years ago
Hi, clearml server is deployed on k8s in my organization, I have been asked to check feasibility to use it with the storage server of the company for example...
2 years ago
Hi all, I would like to use clearml-serving to serve model binaries (for use in on-device deployment). Can clearml-serving be used to serve that?
7 months ago
Hi, is it possible to migrate a dataset from a self hosted ClearML solution to the ClearML hosted solution?
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 it would be beneficial if the niche usage of the APIs have their dedicated examples. For example, each framework example demonstrates the automatic m...
3 years ago
Hello clearml ppl I have a question, is there a way to filter Tasks and get only the ones that has status="Running" ? I have tried both with Task.get_tasks()...
3 years ago
Hey ClearML experts is there a way to copy entire exp. including results/scalars/plots? right click > clone creates a duplicate of the exp. , only with it's ...
2 years ago
Hi is there support for using Latex in reports?
one year ago
another question is if i have a conda env available on my workers systemwide.. can i use that env directly when running tasks with trains-agent or trains-age...
5 years ago
Hi, I'm using training_task.connect() to manually connect the argparse arguments into the task, how do I retrieve the arguments back ? Also, how do I know if...
2 years ago
Hello everyone.I have no idea why clearml-serving inference server tries to get model from that url(pic 1), but in ClearML UI i have correct url(pic 2). Coul...
3 years ago
Seeing this error when trying to run a Monitor in services queue (agentservices running on Kubernetes): Am I missing some configuration I need to add over de...
4 years ago
Hi everyone! I'm new to ClearML and I'm facing an issue. I want to use clearml-data to upload a dataset to a remote storage disk. Currently, when I run: clea...
7 months ago
On a related line but more complicated: how can we ask the Autoscaler to queue, say, N jobs on an N-GPU machine, please? For example, on AWS, NVIDIA A100 GPU...
2 years ago
Hello! Thank you all for your work! I have a question (which is probably not ClearML related at all). I am using clearml-agent running in docker mode on seve...
3 years ago
Hi, lately while trying to create a new dataset we encounter the following error: my code: from clearml import Dataset, Task dataset_1 = Dataset.create(datas...
one year ago
Hello! I try add dataset to ClearML using clearml-data. All images in one folder, size around 5GB. After upload to cloud i get this error clearml.Metrics - E...
4 years ago
Hello everyone. Is there a way to ignore editing clearml.conf file and set ENV vars for aws s3 credentials while launching clearml-agent? In my usecase I sta...
one year ago
Hi, I have a worker running in services mode with --services-mode and using a Docker image. I did this as I need to run a pipeline with this agent running in...
one year ago
Hey, is there a shortcut on the Dataset SDK to directly get the latest version of a dataset ?
3 years ago
Hello, Since I started using ClearML I have a problem with using "download full log" button on console output page for experiments. Each time I try to click ...
3 years ago
Is there a way to launch a clearml-task from the CLI, without specifying any requirements.txt? I want the script to run locally, but just record metrics on c...
2 years ago
Why there is no auto_connect_frameworks argument in Task.create but only in Task.init ?
2 years ago
Hi! I just deploy train-server with all components on Kubernetes and after some modifications, it works. However apiserver and files are failing health-check...
5 years ago
How/where can I change the session timeout time for the WebUI? It's timing out WAY too fast after the latest updates
3 years ago
Hi all, I observed that when I get a dataset with Dataset.get() , clearml >= 1.6.3 doesn’t allow YYYY-MM-DD format for the version argument anymore, instead ...
3 years ago
Hi All, I'm new to ClearML, and trying to understand the set_metadata method of the Dataset class. The documentation is almost non-existent Does anyone have ...
2 years ago
Hey everyone, i'm new to clearml pipelines and my tasks are always in pending. 1) I have created clearml agent and it is connected to the main clearml server...
2 years ago