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 Everyone! I Have Another Question

Hello everyone! I have another question 🙂
I have several ml models loaded to my ClearML server. I want to download them from server to local directory. Is there a way to set the directory to load models? By default they loads to .clearml directory in my workspace.

Can anyone help me with this problem?

  
  
Posted 11 months ago
Votes Newest

Answers


Hi @<1562610703553007616:profile|CloudyCat50> , how are you downloading the models?
If you just want to download them, you can use the StorageManager class to do that easily - None

Specifically this - None

  
  
Posted 11 months ago
575 Views
1 Answer
11 months ago
11 months ago
Tags
Similar posts