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
Hi Everyone, Yesterday I Pushed An Experiment To The

Hi everyone, yesterday I pushed an experiment to the http://app.community.clear.ml server. It is still pending after 19 hours, is this normal behaviour ?
Thanks

  
  
Posted 3 years ago
Votes Newest

Answers 6


image

  
  
Posted 3 years ago

Btw, this is just the example code from clearml repo..

  
  
Posted 3 years ago

Is it still running ?

  
  
Posted 3 years ago

I just had to set up the clearml-agent on my machine. Closing this issue.

  
  
Posted 3 years ago

Let me check, it was supposed to be automatically aborted

  
  
Posted 3 years ago

Hmm, unfortutenly it is still pending as in nothing is running

  
  
Posted 3 years ago
563 Views
6 Answers
3 years ago
29 days ago
Tags