Hey, Im trying to run some example pipelines but have the problem, that inside the steps no requirements are installed. In the controller task itself all req...
3 years ago
Hi. Inside a notebook when I cerate a new clearml task and then run sklearn GridSearchCV , clearml uploads a lot of model. Is there a way to force clearml no...
3 years ago
Hello. Is there any doc where I could find what contributes as API usage? And is it possible to view the usage breakdown by source/type? I want to estimate A...
3 years ago
Hi, It seems like when I upload the dataset to ClearML with the methods from the Dataset class. It packed the whole dataset into several .zip files in /tmp f...
3 years ago
Hi all! I have a question about pipelines. My pipeline consists of several steps: run some computations and generate image of confusion matrix path image pat...
3 years ago
Hi, I am planning to use ClearML to train yolo model in AWS EC2 instance. I am new to clearml, could someone please point me the steps involve or any article...
3 years ago
Hi, Guys! Who knows how move text for title to bottom lines?
3 years ago
None
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
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. 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 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
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
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
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! 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
hi, how can I get commit id for task using APIClient?
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, me again. How can I see user-specified https://gyazo.com/68961abf5bf69578ca6774ac807b78c9 in the experiment compare window?
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
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! 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
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
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
Simiar to https://github.com/tslearn-team/tslearn/issues/399
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
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
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
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