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
ScaryBluewhale66
Moderator
13 Questions, 25 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hello, I'm wondering if I can stop the specific logging for one plot (using matplotlib). When the data points become more, then the GUI of results -> plots g...
2 years ago
0 Votes
1 Answers
961 Views
0 Votes 1 Answers 961 Views
Hi, I have a question about Pipeline from tasks . For one step in Pipeline from task , if the task of this step has multiple versions (experiments), which ha...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
1 Answers
855 Views
0 Votes 1 Answers 855 Views
Hello, I want to configure a client machine to connect to a ClearML server. I'm wondering which port I need to open for the client machine. Thanks.
11 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I just found a document improvement on https://clear.ml/docs/latest/docs/references/api/index/#request-format . I use the command in the document, then i...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, Is there any approach to export the selected experiments to csv or Excel in a project? Just like to export the following tables. Thanks.
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, when I execute task.close() then task.get_status() . The output is completed not closed . I'm wondering when the status becomes closed . Also, I have ano...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi, Is there any approach to record some experiment metric (e.g., accuracy) and display in the experiment table so I can compare the metric among different e...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, I have two questions about TaskScheduler. I follow the https://github.com/allegroai/clearml/blob/master/examples/scheduler/cron_example.py , but I can...
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello, I'm following the tutorial of https://clear.ml/docs/latest/docs/guides/frameworks/pytorch/notebooks/image/hyperparameter_search/ . In my understanding...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello, I'd like to ask questions about TaskScheduler How to use the previous created TaskScheduler? Should I use the same TaskScheduler to create cron like t...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago