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
Hello. Can I Know How To Download The

Hello. Can I know how to download the best.pt by using the SDK?

  
  
Posted one year ago
Votes Newest

Answers 3


I tried `task.artifacts' but it shows nothing

  
  
Posted one year ago

I am training Yolov5 using ClearML and struggling to download to the kernel (Colab) so I can use the best.pt to infer next time I open the colab. Previously I just used WandB and its much lot easier.

  
  
Posted one year ago

I am not familiar with that. In the SDK you have the StorageManager to help you with downloading files.
None

  
  
Posted one year ago
495 Views
3 Answers
one year ago
one year ago
Tags
Similar posts