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
Profile picture
GloriousGoldfish63
Moderator
5 Questions, 7 Answers
  Active since 02 December 2024
  Last activity 3 days ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
1 Answers
81 Views
0 Votes 1 Answers 81 Views
In a self hosted server I am getting a similar issue to this: None The agent-services keeps restarting repetitively. In the docker logs I am getting this err...
20 days ago
0 Votes
1 Answers
110 Views
0 Votes 1 Answers 110 Views
Has anybody had success serving a ClearML Server with Traefik HTTPS tunneling?
27 days ago
0 Votes
3 Answers
143 Views
0 Votes 3 Answers 143 Views
Hi, I Installed local clearml server and when launching the GUI is lacking the metric values table button. Is this a known issue or am I missing something? (...
one month ago
0 Votes
3 Answers
65 Views
0 Votes 3 Answers 65 Views
Hello, Any idea how to log tables with hyperlinks? When logging dataframes using report_table I get tables in the plots section. I would like the cell conten...
11 days ago
0 Votes
2 Answers
31 Views
0 Votes 2 Answers 31 Views
When running a data processing task with joblib.Parallel, the print statements don't appear in the ClearML Console. Also the Logger.current_logger().report_t...
4 days ago
0 Hi From What I Can Tell Trying To Follow This Documentation

When using clearml-agent daemon --stop will it interrupt the running tasks or wait for the running task to finish and then stop the daemon?

6 days ago
0 When Running A Data Processing Task With Joblib.Parallel, The Print Statements Don'T Appear In The Clearml Console. Also The

It was probably just a network issue on my end. Works with a larger delay than I expected.

3 days ago
0 Hello, Any Idea How To Log Tables With Hyperlinks? When Logging Dataframes Using

Hi @<1523701070390366208:profile|CostlyOstrich36>
I did something like this:

data = {"index": ["<a href=
>12345</a>"], y:[1],...}
df = pd.DataFrame(data)
clearml_logger.report_table(title, series, iteration, df)
8 days ago
0 Hello! I Am Running Self-Hosted Clearml. Does Deleting Dataset From The Ui Also Remove It From Disk? I'Ve Just Deleted One (Send To Archive Then Delete) And Can Still See It On The Desk (

Hi @<1523701070390366208:profile|CostlyOstrich36> I have the same issue. I archived then deleted an experiment and the debug samples do not get deleted from the self-hosted fileserver. also no logs that I can find indicate an error.

19 days ago
0 Hi, I Installed Local Clearml Server And When Launching The Gui Is Lacking The Metric Values Table Button. Is This A Known Issue Or Am I Missing Something? (First Image - Local Server) (Second Image - Hosted Server)

Hi @<1523701070390366208:profile|CostlyOstrich36> , I deployed using the latest allegroai/clearml image. When I execute /usr/bin/env in the container I get:
CLEARML_SERVER_VERSION=1.16.2
CLEARML_SERVER_BUILD=502

one month ago