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
Hello Dear Community! Do You Also Experience That Plots And Scalars Are Not Visible On Clear.Ml, Whenever

Hello dear community! Do you also experience that plots and scalars are not visible on clear.ml, whenever ======> WARNING! Git diff to large to store (824Kb), skipping uncommitted changes <====== happens?
https://github.com/allegroai/clearml/issues/720
How to overcome this? Thanks!!!

  
  
Posted one year ago
Votes Newest

Answers 3


Hello AgitatedDove14 ! Yeah, the uncommitted changes are not that important. However I'm quite confident, that plots and scalars are not visible online only when 'git diff to large to store' appears. Strange for me as well that these are related, but it really seems.

  
  
Posted one year ago

Hi RoughHedgehog31
I'm assuming your git diff is just too big to be stored as is (probably some binary files)
it should not really have any effect on the execution, it just means the clearml-agent will not be able to reproduce the uncommitted changes.
Make sense ?

  
  
Posted one year ago

However I'm quite confident, that plots and scalars are not visible online only when 'git diff to large to store' appears.

These should be unrelated, are you seeing console outputs ?

  
  
Posted one year ago
526 Views
3 Answers
one year ago
one year ago
Tags