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
Answered
I Have A Problem Where My Clearml Doesn'T Pick Up From Uncommitted Changes. It Used To Work For A Long Time, But Now It Is Not Working. What Am I Missing?

I have a problem where my clearml doesn't pick up from uncommitted changes. It used to work for a long time, but now it is not working. What am I missing?

  
  
Posted one month ago
Votes Newest

Answers 13


Okay. thanks. But, about the overriding, I tried committing and when commited it works. So, I think that means the configuration is not overriden else where.

  
  
Posted one month ago

Are the uncommit changes in un-tracked files ?
In other words: clearml will only save uncommited changes from files that are tracked by your local git repo

  
  
Posted one month ago

both actually.

  
  
Posted one month ago


-    batchsize: 22
+    batchsize: 4

I see that under Executed . But, the batch size for me is 22 under Configuration/General

  
  
Posted one month ago

Looks like your issue is not that ClearML is not tracking your changes but more about your Configuration is overwrriten.
This often happen to me. The way I debug this is put a lot of print statement along the code to track when the Configuration is overwriten and narrow down why. print statement will show up in the Console tab.

  
  
Posted one month ago

They are actually from tracked files. Actually, I get the uncommitted changes under Execution tab.

  
  
Posted one month ago

But, it uses the committed changes instead of these values.

  
  
Posted one month ago

@<1523705004920147968:profile|CloudySwallow27>

  
  
Posted one month ago

I can only guess with little information here. You better try to debug with print statement. Is this happening in submodule uncommited changes ?

  
  
Posted one month ago

I commited the uncommited changes and tried it. It works. The batchsize becomes 4.

  
  
Posted one month ago

Another very related question is, does uncommitted changes work for sub modules as well? I mean, when there is a directory from a different repository cloned as a submodule.

  
  
Posted one month ago

@<1576381444509405184:profile|ManiacalLizard2>

  
  
Posted one month ago

I don't use submodule so don't really know how that behave with ClearML

  
  
Posted one month ago
109 Views
13 Answers
one month ago
one month ago
Tags