Hey currently trying to run a pipeline locally to test a pipeline component with PipelineDecorator.run_locally() , first try returned a random pandas error, ...
3 years ago
Built an unofficial mcp server for clearml. Would love to see it used and please raise issues if you find bugs https://github.com/prassanna-ravishankar/clear...
4 months ago
does anyone have any examples or advice on how to implement a DAG like this in clearml pipelines? say I want to do crossvalidation (or in my case backtesting...
2 years ago
Hi, When I run expermint on my PC, I see scalar results and iteration numbers, working perfectly. But running the experiment remotely on a k8s-glue agent giv...
2 years ago
Is it necessary to serve keras model using triton engine? I'm trying to serve an endpoint, and trying to debug, but the error given not helping much. Is ther...
2 years ago
I have a project filled with failed attempts at onboarding to clearml by now 😅
4 years ago
Hi, I'm having some issues that I can't seem to find where the problem is or how to solve it. I'm running some code on the worker when I'm trying to download...
5 years ago
Hi all, I just installed a self-hosted version of clearml using helm. After restarting the laptop the app was failing because it had no permissions to write ...
2 years ago
Hi, I have a CSV file that I want to upload to my Trains experiment. Is there any functionality in trains that automatically converts the CSV and converts it...
4 years ago
Hello Is there any actual way to modify TaskScheduler in runtime as mentioned here? https://github.com/allegroai/clearml/blob/c29dd1fe062188fc1b906a992fc3498...
2 years ago
Hello! Is it possible to change default ip ports for local deployment? Ports 8008 and 8080 is already taken on my server, so i tried to edit docker-compose f...
4 years ago
Hello Team I am enterprise user Looking for help related to model serving capability I followed the tutorial to create the model , push it to the model regis...
8 months ago
Does trains 0.16 supports pip >=20.2?
5 years ago
Hi everyone, I just started learning clearml. My goal is to create a task and connect my jupter notebook on clearml. However, I’ve tried clean cookies, unins...
4 years ago
@<1523701087100473344:profile|SuccessfulKoala55> hi jake, i hope you are well. last time you shared me clearml token creation. this method expecting keys. bu...
2 years ago
Hi all, regarding Python version (i.e., 3.6 vs. 3.8), what is the best practice way of specifying or changing this for a job running on an agent? I see some ...
3 years ago
Hi all, what would be the proper scope to "bitch" about (and discuss) UI\UX suggestions\ ideas that might be subjective or very use-case dependent but might ...
4 years ago
Hey, anyone know how to add a step with private repo? running this code: pipe.add_function_step( name='step3-test3', repo="https://${git_pass}@github.com/my-...
one year ago
How can I search for training Tasks that use a given Dataset? The Dataset was linked to the Task: after I initialized the Task, I called Dataset.get(..., ali...
7 months ago
Hello! I am trying to use an early stopping, or pruning mechanism in the hyperparameter optimization. Is there any of those mechanisms with OptimizerOptuna c...
9 months ago
Can I launch training with HugginFaces accelerate package using multi-gpu option and Task.execute_remotely() ? Currently it fails: clearml.backend_interface....
one year ago
Hey I've not used clearml pipelines much. Is there a possibility to trigger a pipeline based on some clearml event? (like tagging an experiment)
2 years ago
Hello I'm new here, i found this error when testing my tensorflow / keras model. I already create the model endpoint by running command 'clearml-serving --id...
3 years ago
I got a clearml-serving instance running with inferences served correctly, however the model-endpoints dashboard screen is remaining empty with the splash sc...
7 months ago
Is it possible to view the actual code of a task? As in the script that created the task?
5 years ago
Hey, I have another question, now about the PYTHONPATH and its relationship to repo root. Let's say I have the following repo structute: ├── projects │ └── p...
4 years ago
Any idea...?
2 years ago
Does someone have a clue regarding this issue? https://github.com/allegroai/clearml/issues/674 We have been getting it even with later versions of CleaML (1....
3 years ago
Please see screenshot of clearml-agent readme from the github page. In this section, it is detailed that clearml-agent picks up PyTorch version automatically...
2 years ago
Hey everyone! Is there a possibility to move artifacts from existing tasks to another storage host? We have a number of datasets on files.clear.ml and would ...
2 years ago