Hi guys, I recently started working on ClearML. I have a pipeline which has couple of tasks added to it. The pipeline executes and completes as expected when...
one year ago
Hello! How will clearml react, if I have combine two Datasets into a new Dataset, and both contain a file “IDs.txt”. Will one be overwritten, will both files...
one year ago
Hey! I know it is possible to give an agent extra shell commands to run. Are they run before the repository is cloned or after? I have a local library and wa...
one year ago
Hi, I've noticed that in a few experiments that got stuck with no indication that something went wrong and it kept on "running" until i manually aborted the ...
one year ago
Hi, I'm trying to optimize hyperparameters for yolov5 model, but I'm getting this error. Could anyone help me resolve this issue? [W 2024-07-10 10:11:52,691]...
one year ago
Hello, I'm trying to spin up agents thru systemd service, but it's failing:
one year ago
Question about Pipeline : my setup is as follow: - Step1: train_foo.py (which import config from other .py) => generate a model.pt - Step2: gen_bar.py + mode...
one year ago
Hi! I'm running launch_multi_mode with pytorch-lightning task.execute_remotely(queue_name='my-queue' config = task.launch_multi_node(args.nodes)) ddp = DDPSt...
one year ago
Hello, are there any resources for trying to reduce the number of API calls? I am trying out Clear ML and with just 20 epochs it says there have been 80k api...
one year ago
hello! basic ClearML Pipeline question here. let's say I've declared pipeline like so: pipe = PipelineController( project="Stevens AutoScan", name="Dataset F...
one year ago
Hey! I have very strange problem. I had pipeline created from tasks. Everything works well! I wanted to refactor code to be able to create pipeline from pyth...
one year ago
👋 Hi everyone! Is it possible to read data directly from server w/o using get_local_copy()?
one year ago
Hi everyone! I'm working on a solution that uses clearml agent running on an EC2 instances. These instances (and agents) are provisioned automatically and li...
one year ago
👋 Hi everyone! I have the following question, I want to run this docker image: davidnet/tpu-examples:gpuv3 How do I do it in ClearML ?
one year ago
Hello, I use '-e', 'CLEARML_AGENT_AGENT_DOCKER_INTERNAL_MOUNTS__SDK_CACHE=/home/username/clearml_agent_cache', yet my mount looks like this '-v', '/home/clea...
one year ago
How do I ensure that if there is any error in a Task, then the state is set to "Failed"? At the moment, when I get errors, the task is still just marked as "...
one year ago
Hi guys, are there any ways to suppress ClearML’s console messages? I’m not interested in messages like this, especially about uploading models. I tried some...
one year ago
Hi When I am using ClearML for checking the performance of my LLM will I be able to see the time an agent will be using for a particular task to execute in a...
one year ago
hey is there a way for one to extend ClearML somehow? We have some custom evaluations we want to do and our ideal scenario would be to do them within ClearML...
one year ago
Hi. I'm using clearml agent 1.16.1 My code is running a multi-process pool with "spawn" (see here for why) from multiprocessing import get_context ... with g...
one year ago
Hi, I'm trying to upload data from my s3 bucket to clearml dataset where i can start versioning it all for my ML project. I have connected successfully to my...
one year ago
Hey there, I am looking into the self-hosted version of ClearML for an isolated environment that will undergo periodic data extraction back to an internet-fa...
one year ago
Hello, I am currently trying to install unsloth on my ClearML agent. However after trying many different approaches, there seems to be an issue with installi...
one year ago
Hello everyone! We've been using ClearML for a couple weeks now with everything working out fine, but in recent days we've run into an issue with parameter o...
one year ago
I was trying to use the callback option in open.ai .completion.create but I was unable to get the call back and it is throwing a json serializable error how ...
one year ago
New to clearml, I primarily use rye to handle my package management. For some reason, our training task is capturing all of our depenendencies as declared in...
one year ago
Anyone has an easier process than that? Or some potential pitfalls that I may encounter?
one year ago
Hello, how to handle clearml.Task.add_requirements("requirements.txt) cases when we have --extra-intex-url in the file
one year ago
Hi, I’ve set up a ClearML server with the default_output_uri pointed to S3. We’re planning to migrate from S3 to Azure Blob Storage. Is there a direct way to...
one year ago