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
Hey everyone! Is it possible to trigger a pipeline run via API? We have a repo that builds an image for serving to ClearML server but we've wrapped it inside...
one year ago
Hi, My local set up uses environment variables like below. CLEARML_HOST_IP=192.168.1.145 CLEARML_WEB_HOST= http://webserver CLEARML_FILES_HOST= http://filese...
2 years ago
Hi, I have some questions about hyperparameter optimization. We have a setup where we use PytorchLightning CLI with ClearML for experiment tracking and hyper...
3 years ago
Hi, I am using clearml and I want to add some backend api in clearml-agent for my own usage. I wonder if these api service content auto generated, and how to...
one year ago
Hey, is ClearML able to manage (delete) files outside of the fileserver, for example on some shared drive? I consider scenario where only local file path to ...
2 years ago
Hi everyone, qq: I specified the output_uri of the Task instance to be an s3 bucket and any artifact logged explicitly is indeed uploaded there. However, all...
3 years ago
Hi, i would like to understand more on how ClearML deal with codes. I noticed that i am able to read the source codes of the python script that i have used a...
4 years ago
Hi, Guys! Who knows how move text for title to bottom lines?
2 years ago
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
3 years ago
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
4 years ago
Hi All! I'M Trying To Create Dataset With Output_Uri Pointing To Google Storage And Got Weird Error:
Hi all! I'm trying to create Dataset with output_uri pointing to google storage and got weird error: google.api_core.exceptions.NotFound: 404 GET //iam/testP...
2 years ago
Hi there! I had a question regarding batch inference with clearml. I would like to serve a model using an inference task (containing the model and the code t...
2 years ago
Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year ago
Hi, some plots don't render via report_plotly during training past certain point, but when it's completed, they do render. If i abort, they're not rendered. ...
3 years ago
How can I configure clearml Python logging, e.g., add a custom handler with my formatter? Currently, the output is unformatted… ClearML Task: created new tas...
3 years ago
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
2 years ago
Hi everyone! I have a question about clearml-serving . Are there any examples how to deploy models via clearml-serving ... model add ... with Python code? If...
2 years ago
Hello, I am running my own instance of the clearml-server. All works as expected, but sometimes my training tasks get stuck for 40+ minutes (while usually ta...
3 years ago
Hi everybody, Am I the only one having issues with logging into https://app.clear.ml/ ?
3 years ago
Hey guys, I'm having the strangest error ever... I've installed ClearML using HELM on our K8S server, and now the fileserver complains that it has no permiss...
3 years ago
I've noticed a change from ClearML 1.13.1 to 1.13.2 relating to the Hydra integration. I'm not yet convinced it's a bug but it could be but it also might jus...
one year ago
Hello! I can't seem to be able to stop Clearml from automatically logging model files (optimizer, scheduler). It's a useful feature but I'd like to have some...
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
Guys, when you build k8s glue from this path None which build folder do you use? I want to update clearml-agent-k8s-base:1.24-21 which is stored in Helm Chart
one year ago
Hello. I'm interested in dynamic gpu feature. But I can't find any information on how it works. Can you help me with it? Is it possible to try it somewhere ?
4 years ago
Hi folks. I've installed ClearML on k8s cluster using helm chart 7.11.0, if it matters. When I trying to create "APP CREDENTIALS" from workspace settings and...
one year ago
Hello, I'm trying to setup clearml-agents. We have our own docker image with all dependencies pre-installed and a script to wrap up all repos, is there a way...
4 years ago
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
2 years ago