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
Hi All! What'S The Best Way To Send My (Automatically Tracked Pytorch) Models To The Clearml Server? My Models Are Curently Saved With

Hi all! What's the best way to send my (automatically tracked pytorch) models to the ClearML server?
My models are curently saved with file:// URI's, but i want to be able to download them from the clearml server at any time

I thought the documentation and videos were not very clear about this specific use case

  
  
Posted 12 months ago
Votes Newest

Answers 2


What do i set it to so that my models upload to clearml? just
server_ip:8081 ?

  
  
Posted 12 months ago

Hi @<1556450111259676672:profile|PlainSeaurchin97> , I think what you're looking for is the output_uri parameter in Task.init()

  
  
Posted 12 months ago
543 Views
2 Answers
12 months ago
12 months ago
Tags