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
How Can I Download A Model Through Clearml File Server Like Other Artifacts? On The First Screenshow I Show Desired Path, On Thr Second Is Local Path Saved By Model Object.

how can i download a model through ClearML File server like other artifacts? On the first screenshow i show desired path, on thr second is local path saved by model object.
image
image

  
  
Posted 14 days ago
Votes Newest

Answers 3


Ok so only for new it will work?

  
  
Posted 14 days ago

Hi @<1623491856241266688:profile|TenseCrab59> , you need to mark output_uri = True in Task.init()

  
  
Posted 14 days ago

Yes

  
  
Posted 14 days ago
62 Views
3 Answers
14 days ago
13 days ago
Tags