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
Hi Community! I Use The Tensorflow Object Detection Api And Trying To Get "Pretrained Checkpoint" Input Model To Store On The Server. If I Set Output_Uri=True In Task.Init, I Get The Output Models Stored On The Server As Expected But The Input Model Still


Yes, I have tried setting the output_uri to different locations but the input model_url is always saving the local file path, like this for example:
file:///C:\Users\JK\Documents\ClearML\models\efficientdet_d0\v0\ckpt-0while the output model gets a path on the server
Maybe it is supposed to be this way, but if I clone this experiment, I have no way of reusing this input model when I use a remote agent.

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