Hi, I am trying to delete experiments from the archive in order to free some disk space. I select an experiment and choose 'delete', but get a message saying...
3 years ago
Hi, is it possible to migrate a dataset from a self hosted ClearML solution to the ClearML hosted solution?
3 years ago
Is there any specific version of numpy you recommend to use with clearml Python library? I am building an Python alpine docker image with clearml==1.7.2 but ...
3 years ago
[Task gets interrupted / aborted / reset when in offline mode] For local testing, we have added a --no-clearml option to our code that sets task.set_offline(...
3 years ago
Hey, trying to figure out how to create an https://clear.ml/docs/latest/docs/clearml_sdk/model_sdk#output-models , the doc says it needs a TaskId but my trai...
3 years ago
Hi, when I run a pipeline, the artifacts from my tasks are saved on my EC2 server. When I archive the pipeline and go into the archive and delete the pipelin...
3 years ago
Hi, can I run an ClearML Agent on multiple computers (on-premise)? Is there any example in the documentation on how to do that?
3 years ago
We’re hosting our own ClearML server on Azure. For security purposes, I am exploring hiding our clearml server behind an Active Directory Authentication Libr...
3 years ago
I am moving a code using clearml Python library to use it's API as docker container image. Is there any alternate to use access, secret keys instead I COPY c...
3 years ago
Has anyone got any experience with C++ extensions in Python when using ClearML? In our setup.py we have: ext_modules=[ Extension( "file_io.extio", sources=["...
3 years ago
Hello, when running a task with a remote interpreter i get clearml.Task - INFO - No repository found, storing script code instead . I am using Pycharm and i ...
3 years ago
Do you have any base image recommendation to install clearml python library? I'm getting error with pip on python:3.9.11-alpine image.
3 years ago
two annoying visual bugs in ClearML Server UI after latest update: experiment status is still shown as “Aborted” after successful resetting until you refresh...
3 years ago
Hey, is there a way to pass docker args for the execution of a pipeline controller defined through decorator @PipelineDecorator.pipeline the same way we can ...
3 years ago
Hello! I have a dataset on a /mnt share. When I try to get a local copy, the dataset on the share is deleted. Is this correct behaviour? This is how I get th...
3 years ago
Hello, are there any network requests that go from the self-hosted solution to ClearML the company (for analytics use, etc.)?
3 years ago
Hello guys, how to make ClearML not store some artifacts in the stroage by default? for instance, model outputs
3 years ago
Hi, me again. How can I see user-specified https://gyazo.com/68961abf5bf69578ca6774ac807b78c9 in the experiment compare window?
3 years ago
Hello everyone! I'm trying to use arguments with the pipeline but can not make it work. My case is defined PipelineController add_parameter("docker_image") w...
3 years ago
hi, how can I get commit id for task using APIClient?
3 years ago
Hello! I have a quick question about the ClearML Hyperparameter Optimizations module. Is it possible to use it without using the clearml agent system? In oth...
3 years ago
we have a use case where an experiment consists of multiple docker containers. for example, one container works on CPU machine, preprocesses images and puts ...
3 years ago
Hello everyone ! As you can observe in attached snipped, in my code i freeze the env, and the agent install every cached dependency with the same version. Is...
3 years ago
Hi! I’ve run a task in a docker container with memory constraint 16gb (clearml-task ….. --docker_args “--memory=16g”), so I expected to see the max memory av...
3 years ago
Hi new with clearml i create clearml server on gcp with docker now I’m training yolov5 and i want to save all the info (model and metrics ) with clearml to m...
3 years ago
Hello. Is it possible to show hidden projects in the UI? Like the ".pipelines" created by pipelines? Alternatively is it possible to place the pipeline tasks...
3 years ago
Hi, suppose, that I run Server on machine A and ClearML Agents on machines B_1, B_2, ....B_n . Is it required to open some ports on machines B_i ? I mean, is...
3 years ago
Hello all, I want to know created time for the task, and I'm getting it by the code task.data.created . But I'm worried about using it as it is not officiall...
3 years ago
None
3 years ago