can i run a random task from a queue? like this clearml-agent execute --id or do i need to deque it first? for some reason it dosent work for me, just get st...
3 years ago
is there any better way to get queue by name other then: client = APIClient() queue = [q for q in client.queues.get_all() if q.name == queue_name][0]and, can...
3 years ago
I think this is a bug in ClearML web GUI The issue is the Total count in All Experiments is incomplete until clicking Load More . Steps to reproduce: Run man...
3 years ago
Hello, I got a question. I start the ClearML server on premise. When I create a new credential, it doesn't have files_server info. Any idea? Thanks.
3 years ago
When using the clearml.backend_api to get tasks, is there a way to know a-priori how many pages I will need for all results? Right now I keep requesting unti...
3 years ago
Hi, We are trying to understand when the auto-logging parameters configuration. from the https://github.com/allegroai/clearml/blob/master/examples/frameworks...
3 years ago
Hey, does somebody know an easy way to transfer a task with all it’s dependencies like weights file and dataset from one ClearML server to another ClearML se...
3 years ago
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
3 years ago
Hi, I have a general question regarding running two service queues, (each one with one agent). Is it enabled in the community version ?
3 years ago
Hi, I've just started to evaluate ClearML for internal use at my org and am wondering if there's anyway to import data from old experiments into the dashboar...
3 years ago
ClearML Server v1.2.0 has just been released! 🎉 🎉 with lots of improvements (such as improved experiment comparison UI) and bug fixes (release notes here )...
3 years ago
Hi, part of the ML pipeline I'm working on temporarily stores intermediate features using torch.save . ClearML detects it and automatically uploads to my rem...
3 years ago
I’m trying to build a leader board for my training tasks, but apparently there’s none available with the current ClearML version, right now?
3 years ago
Any guy know who is the admin of this workspace?
3 years ago
Hi, we have recurring disk space issues on our ClearML server (Drop of many GB in a few days). After some analysis, we noted /opt/clearml/data/elastic_7 to b...
3 years ago
Hi Everyone! Some updates from our side! 🎊 As you know we've released our paid Saas tier 🙂 It's the same awesome product (well, we think that but we're bia...
3 years ago
Hi, when I save model using tf.keras.save_model or using ModelCheckpoint model is not saved as an artifact. Output uri is set to google cloud bucket. When re...
3 years ago
Hi, I was wondering if there is a proper way to integrate my model config file (json) into the workflow using the UI. I've managed to connect it as a configu...
3 years ago
How to update the logging level of all loggers in clearml?
3 years ago
Is there a way to use clearml-agent with an existing condav venv? I don't want it to create a new venv or install any packages.
3 years ago
I'm trying to import offline tasks, but before I do so I want to make sure I'm not creating duplicates by accessing the task_name and project_name I'm going ...
3 years ago
Is it possible to set values in clearml config file programmatically? specifically aws.s3.use_credentials_chain
3 years ago
I'll just ask this question again to get some fresh attention to this. Is there any way to run a pipeline step conditionally? E.g, under certain condition, e...
3 years ago
clearML provides API's to create pipelines and deploy models ?
3 years ago
Hi all, I see there is an option for running a bash script / commands inside a container started by an agent. Is it possible to have this set differently per...
3 years ago
Hello! Does someone have a huggingface integration example?
3 years ago
does clearml supports kfserving? if not kfserving that what else I can use for deployement?
3 years ago
I wanted to ask, how to run pipeline steps conditionally? E.g if step returns a specific value, exit the pipeline or run another step instead of the sequenti...
3 years ago
Hi, some plots don't render via report_plotly during training past certain point, but when it's completed, they do render. If i abort, they're not rendered. ...
3 years ago