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 6576

Questions 6576

Tags
Sorting
Results
per page
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi. I'm using clearml agent 1.16.1 My code is running a multi-process pool with "spawn" (see here for why) from multiprocessing import get_context ... with g...
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
one year ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi, My local set up uses environment variables like below. CLEARML_HOST_IP=192.168.1.145 CLEARML_WEB_HOST= http://webserver CLEARML_FILES_HOST= http://filese...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
2 Answers
958 Views
0 Votes 2 Answers 958 Views
Hi, I am using clearml and I want to add some backend api in clearml-agent for my own usage. I wonder if these api service content auto generated, and how to...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone, qq: I specified the output_uri of the Task instance to be an s3 bucket and any artifact logged explicitly is indeed uploaded there. However, all...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, i would like to understand more on how ClearML deal with codes. I noticed that i am able to read the source codes of the python script that i have used a...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, Guys! Who knows how move text for title to bottom lines?
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi all! I'm trying to create Dataset with output_uri pointing to google storage and got weird error: google.api_core.exceptions.NotFound: 404 GET //iam/testP...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year 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
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
How can I configure clearml Python logging, e.g., add a custom handler with my formatter? Currently, the output is unformatted… ClearML Task: created new tas...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi everyone! I have a question about clearml-serving . Are there any examples how to deploy models via clearml-serving ... model add ... with Python code? If...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hello, I am running my own instance of the clearml-server. All works as expected, but sometimes my training tasks get stuck for 40+ minutes (while usually ta...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi everybody, Am I the only one having issues with logging into https://app.clear.ml/ ?
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I've noticed a change from ClearML 1.13.1 to 1.13.2 relating to the Hydra integration. I'm not yet convinced it's a bug but it could be but it also might jus...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, how to handle clearml.Task.add_requirements("requirements.txt) cases when we have --extra-intex-url in the file
one year ago
0 Votes
1 Answers
740 Views
0 Votes 1 Answers 740 Views
Guys, when you build k8s glue from this path None which build folder do you use? I want to update clearml-agent-k8s-base:1.24-21 which is stored in Helm Chart
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello. I'm interested in dynamic gpu feature. But I can't find any information on how it works. Can you help me with it? Is it possible to try it somewhere ?
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi folks. I've installed ClearML on k8s cluster using helm chart 7.11.0, if it matters. When I trying to create "APP CREDENTIALS" from workspace settings and...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
2 years ago
Show more results questions