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 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Slack admins will create a clreaml-general channel where event announcements and library updates will be posted
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Good week ClearML team 🙂 I have found two more WebUI bugs (on the self-hosted server): If I look at a specific experiment (say, the Artifacts tab), and then...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
... and yet another 😄 When using the UI with regex to search for experiments, due to the greedy nature of the search, it consistently pops up the "ERROR Fet...
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Good evening! Can you please tell me if it is possible to set up slack monitoring in clearml?
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
@<1523701205467926528:profile|AgitatedDove14> When I send a request of creating a user to ClearML-APIServer, it logs an error likes this: > [2022-05-17 09:34...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Good day to all! Any clue how to make upload dataset to minio S3? I have setup a custom s3 in clearml.conf as per docs: aws { s3 { # default, used for any bu...
aws
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi folks, I have installed ClearML on kubernets using the helm chart, but I had to specify three different domains for the ui, apiserver and fileserver. Is t...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hello. I'm running some pytorch-ignite code inside a docker clearml-agent. At some point, i have a checkpoint that should upload information from inside the ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I do have one questions about using the helm chart, is there any way to specify the users in the values.yaml?
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
Back to this ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 😢 Hanging for the past ~45m like this
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi community, I’ve just posted my first blog post about MLOps. I am open to any suggestions. https://cpatrickalves.com/mlops-what-it-is-and-why-it-matters
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
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
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
How can I start the clearml server after creating ec2 instance from AMI? Running https://:8080 does not open web ui How can I launch web ui and get credentia...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hi, I updated to clearml-server 1.4.0 and I am uncomfortable with the new Table/Detail view, is there a way to disable it and use the previous one (on click ...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
We're working on ClearML serving right now and are very interested in what you all are searching for in a serving engine, so we can make the best serving eng...
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
Does ClearML automatically capture all stdout/stderr , like TensorFlow C++ stdout ? Is there an extra process for that? Where is this done and what are the a...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
I am doing port forwarding of ports from localhost clearml server in EC2 instance to the ports in laptop locally. I am able to login to the server and genera...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello, Is there a time limit for pending tasks in a queue? (Let's say I put a task in a queue and it is not enqueued. Will it be aborted / failed after a whi...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi all, quick question, is there a way for me to download a model or artifact directly from the CLI using its Id?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello Everyone, I was wondering - is it possible to get info using API of how much space experiments take? I'm mostly interested in the logs sizes. I was pla...
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Good morning folks, I am setting up ClearML on a (self-hosted) K8s cluster using the https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearm...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi everyone, is there a way to avoid the environment setup when running a task using a worker? I am currently using a custom docker image that already has al...
3 years ago
0 Votes
28 Answers
2K Views
0 Votes 28 Answers 2K Views
Hi, I am trying to use omegaconf with task.connect_configuration and I get the following error: >>> OmegaConf.create(task.connect_configuration(config_dict))...
3 years ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Hi, similar to Task.set_offline(True), is there a way to simulate an execution in an agent? (for testing purposes)
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, I am using logger.report_plotly() to get my roc_curves in the plot window. But when using the comparing feature of clearml, I would like the plots with t...
3 years ago
Show more results questions