Hi everyone, I wanna implement some sort of a tool that checks every N minutes for a new data in DB or maybe s3 bucket and whenever the new data appears it r...
4 years ago
Is there a way to copy local python packages to the agent as well? (screenshot attached within the thread)
4 years ago
Quest about clearml-task I found an example from documentation, how can I pass an argument without value? For example, my entrypoint looks like this original...
4 years ago
I have a questions about queue priorities with clearml-agent. I have two queues, A and B . Some of my agents support queue A and B with higher priority for B...
4 years ago
Hello, I'm struggling to get a my clearml-agent to work with poetry as the package manager. When cloning a task for running on the clearml-agent, the poetry....
4 years ago
I’m using catboost for training, but sadly it does not have a native integration with clearml (xgboost and lightgbm do have integrations). But catboost write...
4 years ago
Hello, my name is Gabriel, I'm using ClearML for our machine learning experiments, which is an amazing tool to manage this type of stuff so thank you guys fo...
4 years ago
Hi, how can I get programmatically a Task's logged stderr stream?
4 years ago
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
4 years ago
I found the following config parameter (related to clearml-data I guess?): sdk.storage.cache.size.cleanup_margin_percent ( integer ) The percentage of cache ...
4 years ago
Hello, I'm a bit lost in the docs for the MLOps, I have script which already integrate clearml logging, should I use clearml-task to launch it on an agent ? ...
4 years ago
hey I use allegro with docker mode. But I do not have access to paths where the data are(data I use for training). how can I use "volume mount" with allegro?
4 years ago
[Help needed] - Is there an API that I can extract the metrics for multiple experiments? It maybe a feature that can be considered. I want to compare two sca...
4 years ago
Hi, I do the following: Task.get_current_logger.report_Text("blabla",level=logging.CRITICAL)And query said log with client = APIClient() result = client.even...
4 years ago
Hi, I would like to add artifacts from two parallel process in the same task. But one one process finished it changed task status to complete. May be you kno...
4 years ago
hey, I have many python files. In the first python file I use the following line. parameters = task.connect(input) Now I change the hyperparameters on the gr...
4 years ago
Hi, Seems that when I upload a string as artifact ( task.upload_artifact(s) where s is a string) that contains newline delimiters ( \n ), these are not parse...
4 years ago
Hello ! I'm here after the GTC and i want to get in 🙂
4 years ago
For any early adopters, who also want to give us feedback - both good and bad, please feel free to try the clearml-serving beta https://pypi.org/project/clea...
4 years ago
I'm watching the Risitas meme xD the JAVA NINJA cracked me up xD
4 years ago
Greetings, Could you please clarify if it is possible to reinstall all packages every time? For example, I tried to start the agent with docker options and g...
4 years ago
Hi, i was using the K8S Glue and it worked fine on one project but didn't work on another. At the point just before a git clone was executed, i get the error...
4 years ago
Hey, Can anyone please explain to me how the /tmp/.clearml_agent.something.cfg file is generated which next is used in docker? because this file is slightly ...
4 years ago
Hi All, I'm trying to use the relatively new jupyter preview feature but for some reason I have the notebook artifact under artifacts but the preview is unav...
4 years ago
Hi, I have this python package that's located on my base image..(e.g. /code/app/flair). Within then folder there's a package called flair and a data.py file....
4 years ago
Hey there, I moved the clearml s3 bucket where I stored all my clearml data from one s3 bucket to another and now I realized that all the models/experiments ...
4 years ago
Hi, Does clearml have a controlled approval workflow function such as ethical code and legal compliance?
4 years ago
Does Clearml has a webhook mechanism ? Example, when a training job is completed.. There is notification raised so can proceed to do deployment etc ...
4 years ago
I got an interesting question from my Devs. If they wish to do distributed training, is clearml k8s glue suitable for it? Local multiple GPU: just a matter o...
4 years ago