Hello, is there any option to run a docker image on a clearml-agent without ClearML or Python? I have a colleague who just wants to execute his docker on one...
3 years ago
Is there an auto scaling solution for GCP users?
5 years ago
I want to retrieve the logged metrics to be able to save the best model from my training. This is my step: trains_logger = Task(...) args = parse_commandline...
5 years ago
A suggestion to add task_name parameter to InputModel.__ init__ . As for now I can search by project name and model name, but what if I had 2 models within t...
3 years ago
Hi everyone, I have an issue with using a List[List[int]] in the add_parameter function of the PipelineController . It's pretty weird, because the pipeline f...
one year ago
Hey, it is said in the pipeline decorator example that requirements for executing a pipeline component is inferred from the imports inside the component func...
3 years ago
Traceback (most recent call last): File "/root/.clearml/venvs-builds/task_repository/slot-filler.git/2_engineer_prompts.py", line 159, in trainer.train() Fil...
2 years ago
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
2 years ago
Hi friends, we got on a sales call with ClearML yesterday and a discussion about webhooks came up. ClearML seems to not natively implement webhooks It seems ...
2 years ago
Hello! Why in get_local_copy method ( None ) dependencies_by_order variable include only 1 parent dataset while there are 3 (pic. 2)? If I understand it corr...
7 months ago
I have a project filled with failed attempts at onboarding to clearml by now 😅
4 years ago
Is there anyone who is using ClearML in a Jupyter Notebook. It looks like when using execute_remotely together with a jupyter noteebok, clearml tries to laun...
2 years ago
Hey, Is there a way to temporarily turn off clearml logging? I’m using pipeline and when developing i don’t wand them to be added to the UI and spam it. in w...
2 years ago
Task.upload_artifact( self=task, name="Dataframe", # artifact_object=df1, artifact_object="data/file.feather", extension_name=".feather", metadata=meta_dict,...
2 years ago
Hey, I'm looking into ClearML Pipelines for the first time, so I have likely not fully understood the documentation yet, but; Is there any way where I can us...
2 years ago
Hi guys, Is there a way, analogous to using Task.set_credentials(...) , to set credentials for storage programmatically? Like, Task.setup_storage(...) ? I'm ...
3 years ago
Rolling back to 1.15.0 seemed to fix the error for now. Is there something one should be aware of between server versions 1.15 and 1.16 related to versions o...
one year ago
Hi all, I would like to use clearml-serving to serve model binaries (for use in on-device deployment). Can clearml-serving be used to serve that?
7 months ago
Hi all, Is there a way to force an agent to use https although the scheduled task is using ssh for git?
one year ago
It seems to be related to elastisearch clearml-elastic | "stacktrace": ["org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed", I...
one year ago
Has anyone tried using ClearML reports with Grammarly? I recently decided to try the reports feature in ClearML. I'm using Chrome Version 121.0.6167.160 (Off...
one year ago
Hi, I noticed that my experiments fail if I try to clone them and enqueue them after I already pushed another commits (following the commit of the cloned exp...
2 years ago
Hi all! How can I reference the model id that was used to create a certain dataset?
2 years ago
Hey, We're seeing a lot of issues with our ClearML self-hosted server these days; it seems like the API times out while talking to elasticsearch: 2022-10-22 ...
3 years ago
Hello, community, I hope this message finds you all well. I am currently working on a project involving Hyperparameter Optimization (HPO) using the Optuna op...
one year ago
Hello everyone, can you help me with an issue I faces recently? Namely I've got this message in console while training my neural net with pytorch lightning (...
2 years ago
Hi guys, I'm in the process of setting up a ClearML server for experiment tracking. I have the server hosted in a virtual Linux machine on Azure and run expe...
3 years ago
If you're paying for the premium features would those be available to a self hosted server or only on the web client?
2 years ago
Hi, after I create my clearml.conf file with clearml-agent init I edit the azure.storage field afterwards to put there account_name and account_key , is ther...
2 years ago
I found an interesting error. If I run the following: # Load the model from remote storage if model_url is provided if cfg.clearml.get("model_url", None): # ...
2 years ago