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
Unanswered
Hey, Does Somebody Know An Easy Way To Transfer A Task With All It’S Dependencies Like Weights File And Dataset From One Clearml Server To Another Clearml Server.??? Currently I Export The Task, Download The Artifacts And Upload All Of Them To S3 And Then


Hi ScrawnyLion96 ,
This kind of "migration" script is something we're toying with, but we don't have it ready to publish just yet. It's partially implemented as part of the server in the pre-populate code (which allows the server to automatically inject example scripts it's first installed). You can see the code at https://github.com/allegroai/clearml-server/blob/master/apiserver/mongo/initialize/pre_populate.py

  
  
Posted 2 years ago
98 Views
0 Answers
2 years ago
one year ago