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 10 months ago
Votes Newest

Answers 13


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

  
  
Posted 10 months 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 10 months 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 10 months 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 10 months ago

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 10 months ago

@<1576381444509405184:profile|ManiacalLizard2>

  
  
Posted 10 months 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 10 months ago

@<1523705004920147968:profile|CloudySwallow27>

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago


-    batchsize: 22
+    batchsize: 4

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

  
  
Posted 10 months ago

both actually.

  
  
Posted 10 months ago
915 Views
13 Answers
10 months ago
10 months ago
Tags