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 Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

I am using ClearML Pro and pretty regularly I will restart an experiment and nothing will get logged to ClearML. It shows the experiment running (for days) and it's running fine on the PC but no scalers or debug samples are shown.
How do we troubleshoot this?

  
  
Posted 2 months ago
Votes Newest

Answers 69


So even if you abort it on the start of the experiment it will keep running and reporting logs?

  
  
Posted one month ago

I'm not sure if it still reports logs. But it will continue running on the machine

  
  
Posted one month ago

I found that setting store_uncommitted_code_diff: false instead of true seems to fix the issue

  
  
Posted one month ago

Not sure why that is related to saving images

  
  
Posted one month ago

Any chance you have some uncommited code changes that, when not included, this works fine?

  
  
Posted one month ago

I do have uncommitted code changes. I can try to check at some point if it would not have the problem without them. It seems like it could be repeated just by making a git repo with that script and adding a very large file. If I can repeat it is it best to open an issue in GitHub?

  
  
Posted one month ago

Running clearml_example.py in None reproduces the issue

  
  
Posted one month ago

I created an issue: None

  
  
Posted one month ago

Thank you @<1719524641879363584:profile|ThankfulClams64> for opening the GI, hopefully we will be able to reproduce it and fox ot quickly

  
  
Posted one month ago
2K Views
69 Answers
2 months ago
one month ago
Tags