Hey, don't really understand why the ClearML worker needs to pull the repository where my pipeline (defined with decorators) is written is since apparently a...
3 years ago
Heya, the owner of my current Pro SaaS deployment workspace has changed of google account and the google account he used to create the workspace has been clo...
3 years ago
Hello guys, is it possible to transfer all data from experiments logged in ClearML from paid hosted account (PRO) to self-hosted ClearML ? Has anyone done th...
3 years ago
When I run an experiment (self hosted), I only see scalars for GPU and System performance. How do I see additional scalars? I have "tensorboard": { "enabled"...
3 years ago
Hi! In "Parallel Coordinates" view, is there an option to "tilt" the strings a bit? it's currently impossible to understand anything when there are multiple ...
3 years ago
Hello, we're getting a strange error while training YoloV5: Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)) after connection bro...
3 years ago
Hey having an issue passing parameters to a component in a pipeline, the parameters appear to be None inside the component function: @PipelineDecorator.compo...
3 years ago
Heya, just wanting to know the state of current and planned features in term of secret managements/key-value stores to be used in ClearML pipelines, if they ...
3 years ago
Can we use dynamodb with ClearML helm charts instead of mongodb? We'd like to move all stateful storage to AWS as a separate service and that would be a nice...
3 years ago
Hi, what are the limitations of free self-hosted version of ClearML? Can it be freely used for production? Thank you!
3 years ago
Hello! I'm using a https://github.com/allegroai/clearml/blob/25df5efe74972624671df2ae97a3c629eb0c5322/clearml/backend_interface/task/task.py#L1360 https://gi...
3 years ago
Error! Could not locate PyTorch version torch==1.11.0 matching CUDA version 75 clearml_agent: Warning: could not resolve python wheel replacement for torch==...
3 years ago
👋 Hi everyone! Before I ask a question - you develop a very cool tool. Thanks! I tried to write simple pipeline using the PipelineDecorator. But found that ...
3 years ago
Hi, i would like to understand the dataflow when using clearml-data. When i use clearml-data CLI to get versioned data. Does the data proxy though ClearML Se...
3 years ago
Hey, currently on a PRO SaaS deployment using pipelines with the GCP autoscaler and setting some credentials into the init scripts of my provisionned VMs (in...
3 years ago
Why is it difficult to reproduce an experiment in clearml without errors such as dependencies incompatibility?
3 years ago
Hi everyone, We are using ClearML in our setup. I am trying to retrieve workers and gpu utilization from ClearML API. Can I get info how do I get api token f...
3 years ago
[Caching of environment and storage when using AWS auto scaler] First off : We are aiming to set up ClearML for large-scale DL training for multiple projects...
3 years ago
Hi I strongly to solve this issue of "Python virtual environment cache is disabled. To accelerate spin-up time set agent.venvs_cache.path=~/.clearml/venvs-ca...
3 years ago
Hi, I am trying to test the whole stack on my local machine but I am unable to make clearml-agent and clearml-serving work. Every time I get: > clearml_agent...
3 years ago
Which is the best way to execute clearml -agent: "clearml-agent daemon --queue default" or "clearml-agent daemon --queue default --docker"
3 years ago
is there a way clearml can be stopped from updating dependencies when cloning?
3 years ago
Hey! Did anyone try HPO on yolov5 model according to the following tutorial: https://github.com/ultralytics/yolov5/tree/master/utils/loggers/clearml in Clear...
3 years ago
Was there any changes to clearML python SDK in the past 24 hours?
3 years ago
Hey, what is the recommended approach to speed up the spin up of a Task in a GCP autoscaled instance ? It takes 20mins to build the venv environment needed b...
3 years ago
Hey! Is there way to get latest/best checkpoint from another task (I know task ID)? I know how to get data from artifacts: prev_task: Task = Task.get_task(ta...
3 years ago
Hi, first time here 🙂 We are looking forward to deploy a fairly simple xgboost based regression model in the cloud. We have developed the model in Google Co...
3 years ago
Hi! I'm currently considering switching to ClearML. In my current trials I am using up the API calls very quickly though. Is there some way to limit that? Th...
3 years ago
Hi, I was trying to test the autoscaler feature, but I am getting the following error: 2022-10-21 02:06:43,599 - clearml.Auto-Scaler - INFO - Failed to start...
3 years ago