Hi, I am looking for a way to report a single metric value of a trained model (lgbm for example). I'm currently using: logger.report_scalar(title='train', se...
2 years ago
Hello everybody, I have a question about saving models. I have a train.py script to train a Neural Network using pytorch. I am using clearML task for experim...
2 years ago
Hi all, How can I get the status of a component from another component in the clearml pipeline (end, pending, running)? I want to run the triton server as a ...
2 years ago
Hi! I am setting up my first ClearML agent (EC2) connecting to my hosted ClearMLServer. I am at the step where I am granting the agent access to github. I am...
2 years ago
Hello everyone, are there any examples of integrating Clearml and VAST.AI . The goal is to have agents that will lift containers in a vast.AI environment on ...
2 years ago
Hi All, I am really stuck in getting a clearml pipeline to work. I am using the open source version I am trying to reproduce the example on the documentation...
2 years ago
Hey, do you know if it's possible to execute a custom command just before ClearML Agent starts the container? I know it's possible to execute custom command ...
2 years ago
Hey, I've spin up a worker using AWS autoscaler in ClearML self hosted server running on Kubernetes. However, I can't find the agent on the workers page. Any...
2 years ago
Hello. Please tell me how to make sure that when you start the pipeline, nothing superfluous is installed in the service queue? @PipelineDecorator.pipeline( ...
2 years ago
Trying to run get_tasks on AWS Lambda and getting the following error. Any suggestions on how to overcome this? { "errorMessage": "[Errno 38] Function not im...
2 years ago
Hi everyone, I am just wondering whether the bugs regarding the deletion of tasks is fixed in the current version? E.g. this happening when you want to delet...
2 years ago
Hi everyone. Anyone else encountering model upload failure to s3 on clearml 1.12.0? I get 0:21:32,292 - clearml.storage - ERROR - Failed uploading: ‘LazyEval...
2 years ago
Hi I wanted to use method Task.reset() or Task.delete() however none of that seems to be able to delete only the logs in the "console" section in the UI. Is ...
2 years ago
Another quick question about fileservers and clearml-agent: clearml-agent seems to ignore the output destination set in the task config sdk.development.defau...
2 years ago
Hi all, I have a newbie question about clear-ml data. I have four data sources that get combined to train a model. I have put each of these datasets into cle...
2 years ago
Hello, We are getting following timeout errors during the task run: 2023-08-10 13:53:36,361 - clearml.Metrics - ERROR - Action failed <500/100: events.add_ba...
2 years ago
Hello! I'm trying to figure out how to deploy a scheduled pipeline. I have a sample pipeline here ###------EXAMPLE FROM GITHUB------ from clearml.automation....
2 years ago
Hi everyone, is there something like a clearml context manager to disable automatic logging? I use torch.save and torch.load to temporarily cache something o...
2 years ago
I wonder if there is any way to sync data on cloud storage (e.g S3 or MinIO) using clearml-data sync command? Because I don’t see any place in the documentat...
2 years ago
We have deployed our own ClearML server in Azure. We have 2 separate address for the api and web server. Both serving at port 443 In the local PC config file...
2 years ago
Hi all! I've noticed that sometimes my program finishes before all the reporting is done and I have to add a time.sleep(...) to make sure to see them in the ...
2 years ago
Hi, i have a ClearML experiment that failed to load its scalar plots after a few hours of training, when i look at the log locally with Tensorboard it seems ...
2 years ago
ClearML tracks the executed .py file, so you can re-run the experiment. But... - With Metaflow DAGs, you pass a run argument to your training script, e.g. py...
2 years ago
Hi everyone, I’m facing the issue that when archive and remove my project (including tasks, datasets), I still seeing that data in my MinIO server. Is this a...
2 years ago
Hi, I am running a script from a git repository. in the repository there is a package that i wrote and i would like the script that i am running to be able t...
2 years ago
Hello. I am creating a ClearML server instance using the pre-built AMI (AWS). Other than the 8GB memory recommended, is there any recommendation for volume s...
2 years ago
Hi, I've been getting the following error when running training code through an agent, RuntimeError: CUDA error: no kernel image is available for execution o...
2 years ago
I am getting CLEARML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start . How do fix it? The docs are not helpfu...
2 years ago
Hi all! Is there a way to rename the default "Args" name for task configuration that is being automatically created when the code contains argparse?
2 years ago