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
Also ,Getting This Error Message So How To Configure Repo In Clearml.Conf

also ,getting this error message so how to configure repo in clearml.conf clearml.Task - INFO - No repository found, storing script code instead

  
  
Posted one year ago
Votes Newest

Answers 2


@<1542316991337992192:profile|AverageMoth57> this means ClearML detected you are executing a single python file which is not part of a Git repository (and as a result will not log a git repository in the task details and, when running the task remotely, if you'll enqueue it to an agent, will not clone a repository but will create a single local python file containing you code, and execute it)

  
  
Posted one year ago

this is not an error per se, rather an INFO log

  
  
Posted one year ago
655 Views
2 Answers
one year ago
one year ago
Tags