I uncommented the line path: ~/.clearml/venvs-cache in the remote agent’s clearml.conf but the remote agent still keeps re-installing all pkgs in the venv. (...
3 years ago
Hi, love what you guys did with the new datasets! I need some help though. I assume there will be a no-code way to do this, maybe not now but in the future. ...
3 years ago
Hi, community! For the test I logged my new model to clearml-server file host and take models for clearml-serving from there. And it works with clearml-servi...
3 years ago
Hello, I am trying to use the configuration vault option but it doesn't seem to apply the variables I am using. How do I enable it? Followed the documentatio...
3 years ago
Hi. I've noticed that my clearml.conf has both: agent.git_user="" agent.git_pass=""and agent { ... git_user: "" git_pass: "" ... }What's the difference? Shou...
3 years ago
gm folks, really liking ClearML so far as my top choice (after looking at dvc, mlflow), and thank you for your help here! I had another Q: Is there a recomme...
3 years ago
Hi. I have a problem accessing repo code in pipeline components running in an AWS autoscaler (first attempts at doing this) My local clearml.conf file has ag...
3 years ago
Hi (again... sorry for asking so many questions) Question about using google cloud storage in a clearml agent running in AWS ec2 instance. my clearml.conf ha...
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
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
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
Hi there, would it be possible for the autoscaler to support stopping instances instead of terminating them? My use case is the following: I am continuing my...
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
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
Hello! A question https://clearml.slack.com/archives/CTK20V944/p1656420047506249 . Is it possible to get an untracked file uploaded when remote agent executi...
3 years ago
performance under docker is 10% lower than on bare metal
3 years ago
Hello! I have a question about the priority of environment variables and clearml.confg content. At this point, I have a working setup that skips environment ...
3 years ago
Hello everyone! First, thanks a lot to everyone that made ClearML possible, I've been looking for a tool like that for years. I just installed the open sourc...
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
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
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
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
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
And one more question. How can i get loaded model in Preporcess class in ClearML Serving?
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
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, community! How I can manage accesses of different users to warkspaces or projects in clearml server?
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 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
In Pipelines. Is it possible to inject a requierment.txt such that the executing node will install before running tasks?
3 years ago