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
PetiteRabbit11
Moderator
2 Questions, 5 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
1 Answers
937 Views
0 Votes 1 Answers 937 Views
one year ago
0 Votes
6 Answers
908 Views
0 Votes 6 Answers 908 Views
Hi everyone. If I edit a file in configuration objects in clearML UI, will the new parameters be injected in my code when I run this?
one year ago
0 Hi Everyone. If I Edit A File In Configuration Objects In Clearml Ui, Will The New Parameters Be Injected In My Code When I Run This?

SmugDolphin23 Hi. Do you know how to use some parameter of config.yaml file for hyperparameter optimization, like we do with args using DicreteParameterRange etc?

one year ago
0 Hi Everyone. If I Edit A File In Configuration Objects In Clearml Ui, Will The New Parameters Be Injected In My Code When I Run This?

If i edit this yaml file and run the task again, the change is not reflected in the code

one year ago
one year ago
0 Hi Everyone. If I Edit A File In Configuration Objects In Clearml Ui, Will The New Parameters Be Injected In My Code When I Run This?

I am viewing a yaml file in clearML UI under configuration objects using task.connect_configuration

one year ago