Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions with tag clearml

Questions with tag clearml

Tags
Sorting
Results
per page
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
if I do task.create() how do I pass the output_uri=True thing to it? that task.init generally has?
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
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
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Any guy know who is the admin of this workspace?
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
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
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
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
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
How to update the logging level of all loggers in clearml?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Is it possible to set values in clearml config file programmatically? specifically aws.s3.use_credentials_chain
3 years ago
0 Votes
25 Answers
2K Views
0 Votes 25 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
clearML provides API's to create pipelines and deploy models ?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello! Does someone have a huggingface integration example?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
does clearml supports kfserving? if not kfserving that what else I can use for deployement?
3 years ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
Show more results questions