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 day ago
Votes Newest

Answers 12


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

  
  
Posted 20 hours ago

@<1576381444509405184:profile|ManiacalLizard2>

  
  
Posted one day 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 one day ago

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

  
  
Posted one day ago

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

  
  
Posted one day 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 day 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 day ago

@<1523705004920147968:profile|CloudySwallow27>

  
  
Posted one day ago


-    batchsize: 22
+    batchsize: 4

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

  
  
Posted one day ago

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

  
  
Posted one day ago

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

  
  
Posted one day 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 day ago
6 Views
12 Answers
one day ago
16 hours ago
Tags