If possible, i would like all together prevent the fileserver and write everything to S3 (without needing every user to change their config)
3 years ago
I have 5 unarchived pipeline runs that were defined with this decorator: @PipelineDecorator.pipeline( name="fastai_image_classification_pipeline", project="l...
3 years ago
Hello Regarding the clearml-agent daemon, Is it possible to set up the --cpu-only flag in the configuration file? So I can spin up a worker with: clearml_age...
3 years ago
Back to autoscaler; is there any way to ensure the environment variables on the services queue (where the scaler runs) will be automatically exposed to new E...
3 years ago
Hello ClearML community! I'm trying to make autonomous learning, the case is I want to use clearml to train my AI model once every 2 weeks and then register ...
3 years ago
Hi, community. I want to delete experiment and see this error. How I can solve this?
3 years ago
Hello everyone, I have an error during "Delete" of project containing 66 sub-projects and 0 experiments. Error: Can't delete project Error 100 : General data...
3 years ago
Hi ClearML team! I'm trying to get S3 storage set up for my self-hosted server using our Enterprise Storage-Grid back-end and getting a weird error response ...
3 years ago
In Pipelines. Is it possible to inject a requierment.txt such that the executing node will install before running tasks?
3 years ago
Hi Team ClearML, I am using EC2 AMI running server v1.6.0-213. The storage is only ~20% full, so no shortage of space. I'm having difficulty deleting old pro...
3 years ago
How do I stop a zombie agent? 🤔 I see it in clearml-agent list , but I do not see it in ps aux and when I try clearml-agent daemon --stop , I get Could not ...
3 years ago
Hi, community! How I can manage accesses of different users to warkspaces or projects in clearml server?
3 years 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
Hi all, I have a problem that I couldn't figure on my own ,I will be happy for help on this issue! I run on linux with a "father" script that creates a subpr...
3 years ago
And one more question. How can i get loaded model in Preporcess class in ClearML Serving?
3 years ago
Hello everyone! Can i hide some fields of my config file for task in UI. I log file with task.connect_configuration("config.yml") , and my file looks like that
3 years ago
Hello! I'm running a task for which I want to log SEVERAL checkpoints of a model. I have a reason to save the checkpoints in different folders locally but th...
3 years ago
If I create a dataset with Dataset.create(..., use_current_task=True) , that task holds the dataset. Can I then refer/copy/attach the same dataset to other t...
3 years ago
Hi, I am creating pipeline from function with dynamically created steps, eg. if I pass pipeline param tune_optime='recall,precision', my pipeline is creating...
3 years ago
Hello again! Also wanted to ask about custom_build_script argument in clearml.conf . Can somebody point me in the direction of a working example of such scri...
3 years ago
clearml/automation/cloud_driver.py has bash_script_template and docker support is hardcoded >>python -m clearml_agent --config-file ~/clearml.conf daemon --q...
3 years ago
performance under docker is 10% lower than on bare metal
3 years ago
Hi everyone! Has anyone tried running aws_autoscaler.py without docker?
3 years ago
Hello guys, I got this error on my pipeline execution when processing data for model training. There are about 10 steps, but this errors occured when it reac...
3 years ago
If I clone a task, I suppose all artifacts are not cloned with it, even if they are registered, right?
3 years ago
Hi! Working on deploying ClearML to AWS EKS and looking for a way to initialize projects and designated queues for agents. Are there any best practices for t...
3 years ago
Top of the morning dear community ☀ I am working with Datasets and I was wondering if I can log some stats about the dataset to the "experiment" page. I'm lo...
3 years ago
Hello everyone I’m new to ClearML and I’ve faced one issue with models auto logging. Tried to google an answer online, but failed.. Generally I use the most ...
3 years ago