On a separate note, that embed seems to be slightly off with regards to where the link is actually pointing to, which is POST /tasks.get_all so maybe that co...
one year ago
Hello there! I've come to bargain! So, I noticed that with the REST API at least the /tasks.get_all endpoint appears to have an undocumented maximum page siz...
one year ago
Hi all, would someone be able to help me understand data security when working with a local ClearML server? I'm working on a project with sensitive data, so ...
one year ago
Hi, currently running Dataset.list_datasets() on a giant list of datasets takes a very long time to return the full datasets list. Similarly running Dataset....
one year ago
Hey, when we change in our clearml conf local cache to our mounted NAS drive (default_base_dir: "/nfs_client/.clearml/cache") download speed is ~50 times slo...
one year ago
Hey ClearML experts does anyone working example how can use the sdk to delete tasks, where tasks i'ds will come from static list of id's I'm generating a jso...
one year ago
Ahoy! What happened to Genesis Cloud integration in ClearML? Namely, there used to be something that allows spinning up Genesis Cloud GPU instances directly ...
one year ago
Do you know how to pass args to python script through clearml-task without --args? Because I am using "click" library for parsing args and when I write clear...
one year ago
Guys, when you build k8s glue from this path None which build folder do you use? I want to update clearml-agent-k8s-base:1.24-21 which is stored in Helm Chart
one year ago
Hi, am working on a project with ClearML SDK. Does anyone know how to link ClearML datasets to an experiment? I cannot find it in the ClearML SDK documentati...
one year ago
Hello, Is it possible to upload artifacts using the REST API? It seems like None only lets you set metadata but not the actual content of the artifacts?
one year ago
Hi, I'm working on our ML project using ClearML for pipeline management. I have a separate function for data preparation that I'd like to use in the ClearML ...
one year ago
Hi I’m trying to schedule the tasks execution using clearml.automation.TaskScheduler But the task never starts execution, it always hangs in the ‘pending’ st...
one year ago
Hi everyone, I’m trying to run a ClearML pipeline. I’m using the " Pipeline from function" script and running it with the ClearML agent. However, the run fai...
one year ago
Hi folks, I’m having some trouble getting an a100 instance in GCP. I’m talking with a Google rep and need some info on the GCP autoscaler, can you tell me wh...
one year ago
Hi, I am observing a strange behaviour when loading a dataset’s local copy. dataset_path_training = cml_dataset_training.get_local_copy() logger.info(f"Creat...
one year ago
Hello, I am having a problem that debug images are not shown after ClearML server migration. I found a solution on this page: https://clear.ml/docs/latest/do...
one year ago
Hi! While I'm at the office, all works well, but at home I get a lot of timeout warnings while trying to download or save data. I dont think it is related to...
one year ago
When using clearml Virtual Environment execution, I'd like to add one of the git folders to the python path as an environment variable. How do I know where t...
one year ago
Hi, I've seem to come across a bug when creating a new child dataset that overwrites parent dataset files. The new files in the child are added as external f...
one year ago
Hello! Are you able to help be debug this message? RuntimeError: unable to write to file : No space left on device (28) 2024-09-09 14:29:50,124 - clearml.rep...
one year ago
Hi everyone, Now this is happening: I decided to use the default clearml.conf file, and I try to run the agents using clearml-agent daemon --queue default --...
one year ago
Hi Team, i am trying to work on this bug None . Posted some of my doubts there, can anyone please help with the doubts. Thanks.
one year ago
Hi people When I try to use docker agents they fail. If I run the command clearml-agent daemon --gpus 0 --queue default --foreground inside a docker prepared...
one year ago
Hi people Im tryng to install a worker in a training machine I cant install clearml in the local environment, I can install clearml and clearml-agemt and run...
one year ago
@<1523701070390366208:profile|CostlyOstrich36> Hey, I just try to switch from public mongo to private and notice, we need database with name auth and backend...
one year ago
Hello! Is there a way to filter the "Console" logs by host when logging from multiple workers to the same Task when using distributed training? I see the "Ho...
one year ago
Rolling back to 1.15.0 seemed to fix the error for now. Is there something one should be aware of between server versions 1.15 and 1.16 related to versions o...
one year ago