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
Unanswered
Hello. I Have An Issue Where Clearml Doesn'T Read From Uncommitted Changes. I Changed The Batch Size Locally And Started Training. When I Check It In

Hello.
I have an issue where clearml doesn't read from uncommitted changes. I changed the batch size locally and started training. When I check it in Execution tab, I get the changes.

-    batchsize: 22
+    batchsize: 4

22 is committed and 4 is not committed (only local). When I start training, I get batchsize of 22. In order to make the batch size 4, I have to commit it as so and push to GitHub. What is controlling the uncommitted changes use. Do I have to do anything to make it use the code in uncommitted changes? It was working for me before. I have changed the code some what and I get this issue.

  
  
Posted one day ago
Votes Newest

Answers

12 Views
0 Answers
one day ago
20 hours ago
Tags