Is it possible to set default columns to show on the clearml-server web ui for every user?
2 years ago
whats the preferred way to enable this after Task.create?
2 years ago
Hi, I'm currently working with ClearML Pipelines and would like to clarify whether it's officially supported to invoke a sub-pipeline from within another pip...
6 months ago
Hi! Trying to orchestrate a pipeline on multiple agents for the first time. I am setting up the pipeline from functions and I need the individual function st...
one year ago
Hello, I’m trying to log (via task.connect() ) a dictionary of the exp parameters. As I understood it, ClearML supports only builtin types, but I’m getting t...
3 years ago
Hi there, I used clearml-task to send a script to be executed remotely. When being executed remotely Task.current_task() returns None, how should I get the c...
3 years ago
Any idea...?
2 years ago
Hi! PipelineController has method: - add_pipeline_tags ( bool ) – (default: False) if True, add pipe: tag to all steps (Tasks) created by this pipeline. Can ...
2 years ago
Hi Team,Could we schedule the pipeline execution for particular time in clearML ?If so please provide some example codes.
2 years ago
New to ClearML~ Find there's a plugin for PyCharm but no for VS Code. Any plan?
2 years ago
Any documentation (code examples) on how to log custom plotly plots?
4 years ago
Dataset uploading failed, but task finished successfully. As a result - dataset is in inconsistent state, where it thinks that there's a file inside, but the...
11 months ago
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
one year ago
Hi, can you run clearml experiments on docker images that does not have root?
3 years ago
Hi all, I have a setup where data scientists can run notebooks in headless mode remotely using sagemaker processing jobs, however I have an issue with clearm...
8 months ago
Hi! After my experiment finishes, the logs and scalars disappear after some time -- I can see it at task details (screen 1). But scalars are displayed in the...
7 months ago
I am completely stuck with the serving. I did the custom example. I see the endpoint in clearml-serving -id ... model list and it replies {"detail":"Error pr...
3 years ago
is vllm inference an enterprise only feature ( None ) or is it available in the self-hosted open-source version? what is the feature difference between open-...
21 days ago
Bug reporting: Just updated to trains==0.16.3. Tested with lightgbm==3.0.0 File "/home/nokchan/anaconda3/envs/cba/lib/python3.7/site-packages/trains/binding/...
5 years ago
from datetime import datetime import hashlib from clearml import Task previous_timestamp = 0 task_filter = {} task_filter.update( { 'page_size': 100, 'page':...
4 years ago
I'm watching the Risitas meme xD the JAVA NINJA cracked me up xD
4 years ago
having trouble comparing between 2 experiments.. any ideas why? the files are not too big (have about 5 plots and a small file as an artifact)
5 years ago
hey, trying to use trains-agent to run an experiment on my computer. when trying to execute a job from the queue on my agent im getting an error that numpy i...
5 years ago
Hi, i noted that clearml-serving does not support Spacy models out of the box and that Clearml-Serving only supports following; Support Machine Learning Mode...
3 years ago
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
3 years ago
Hi all, I am using a self-hosted clearml instance. I'm exploring the report feature and ran into a bug. Steps to reproduce: - Have self-hosted ClearML instan...
one year ago
Is there a way to force ClearML to first parse the config file, before running Task.init ? We’re relying in some code that the credentials in clearml.conf ar...
2 years ago
Hi, I have a question about clearml-data . It looks the CLI remembers "previously created/accessed dataset". Where is that information saved? Or how can I re...
4 years ago
Question about the usage of trains agents. In our company we have 3 HPC servers, two of them have multiple GPUs, one is CPU only. I saw in the docs the multi...
5 years ago