Hi! Working on deploying ClearML to AWS EKS and looking for a way to initialize projects and designated queues for agents. Are there any best practices for t...
3 years ago
Hey guys, I've got this weird issue in my pipeline! Any ideas of what I could've missed? My parameter becomes None when I pass it to my component 😕 @Pipelin...
3 years ago
besides configuring the logging to be more verbose in the clearml.conf, is there another option to change the logging level? If I use the helm charts for dep...
one year ago
Hi everyone, does anybody now if the latest release 1.15 is still vulnerable to None ?
one year ago
hi everyone, is it possible on clearml, before run a task using by agent/remotely we can implement some script python? the usecase here i want to export some...
2 years ago
Hi! I am trying to download data from GS using StorageManager.get_local_copy() . It works fine when I point it to a file i.e gs://bucket/dataset/image.png bu...
5 years ago
Hey everyone, I am facing a weird issue with a Docker image. When I use it as my base_docker, ClearML basically "opens a terminal" inside of it and does not ...
one year ago
hi all, just started tinkering with clearml and wondering if this is suitable to deploy an ETL/ELT pipeline using the agent on my 2nd machine? or is clearml ...
11 months ago
Hello! As fas as I understand, files are being sorted by its last modification time during cache cleaning? So that files that were downloaded long time ago b...
7 months ago
Hi, I am using clearml with pytorch-ignite and its EarlyStopping handler. I would like to log the counter of the patience of this handler, how can I do that?
4 years ago
Hello, We have a self hosted ClearML server connected to different queues and use it to launch remote experiments (clearml==1.9.3, clearml-agent==1.5.2rc0). ...
2 years ago
I wanted to ask about html reporting, if I want to do a more fancy visualization (like overlay of two images depending on mouse hovering), I have to inject t...
5 years ago
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
5 years ago
Hi, everyone! I know ClearML Server supports static configuration of AWS access keys, but is there a way to use AWS Secrets Manager with ClearML? This is in ...
2 years ago
None "ClearML automatically logs debug samples, allowing you to track" I wouldn't consider the logging shown in the examples as "automatic", rather "explicit"
4 years ago
I’m trying to understand the execution flow of pipelines when translating from local to remote execution. I’ve defined a pipeline using the PipelineDecorator...
one year ago
Hi all, What does the SHUTDOWN_IF_NO_ACCESS_KEY environment variable in the ClearML server docker-compose file do, under the clearml-agent-services container...
2 years ago
Hi. Does ClearML support auto-magical (scalars) for scenarios where we need to execute third party installed toolkits, which runs training with common ML fra...
2 years ago
Hi Guys, I have a question regarding Model tracking. I have pipelines that use Xgboost through the scikit-learn api to perform: - Feature selection through n...
2 years ago
for proj in inference_projs: print("getting tasks") tasks = Task.get_tasks(project_name=proj['name'])does the clearML server support multithreading this code...
3 years ago
as that seems to be the biggest change happening in /opt
4 years ago
Hello! I have a clearml-task that reads args from command line using argparse. Before this worked fine. Now, args are show up in the configuration tab of the...
one year ago
Hello, is there a way to pull dataset from a local hdd when using pipeline as function?
2 years ago
Hey all, My company is new to using the project, and was considering attempting to contribute patches. However, looking at the codebase, I'm a little surpris...
6 months 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
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, guys! Could you please give any hints how to access parent tasks' ids in the pipeline quickly between pipeline.add_step() functions?
2 years ago
Hello, "In the last period I pushed to adopt clearML company wide as it is a great tool. We actually have a data center and all nodes are managed by rancher ...
4 years ago
Hello everyone! I'm currently trying to set up a Pipeline, and am a bit confused at a few things. Some questions I have: What does the intended workflow for ...
3 years ago