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
Is There A Way I Can Upload An Ml Model (Raw, No Training Task) To S3 And Log It In The Models Section Of Clearml. I Succeeded With Storage Manager But Dont Know How To Make It Visible In Models Section. Also My Model Is Sometimes A Single File And Someti

Is there a way I can upload an ML model (raw, no training task) to s3 and log it in the models section of clearml. I succeeded with storage manager but dont know how to make it visible in models section. Also my model is sometimes a single file and sometimes a folder with bunch of stuff (tokenizer etc.) . How can this be done?

  
  
Posted 10 months ago
Votes Newest

Answers 2


Okay I see, i guess update_weights is what i am looking for, thank you for this

  
  
Posted 10 months ago

Hi @<1578918150261444608:profile|RoundJellyfish71> , you can certainly add models directly to the registry.

I think this is what you're looking for 🙂
None

  
  
Posted 10 months ago
493 Views
2 Answers
10 months ago
10 months ago
Tags