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. We Have Task That Generate Trained Model In

Hi. We have Task that generate trained model in pth but our downstream pipeline is using omnx file and an custom generated yaml file.
Currently, when the training is finished, we generate those omnx and yaml file and upload as artefact. But then artefact are only bound to a Task. The Model (OutputModel object ?) only store the url to the pth file. In order to retrieve the omnx file, from the Model tab view, you need to trace back to the Task, then to the Artefact.
Is there a way to bundle and bind extra files (in our case omnx and yaml files) to a Model ?

  
  
Posted 10 months ago
Votes Newest

Answers 3


Hi @<1576381444509405184:profile|ManiacalLizard2> , I don't think such a capability currently exists. I would suggest opening a github feature request for this. As a workaround you could zip them up together and then bind them to an output model.

What do you think?

  
  
Posted 10 months ago

To "attach" that zip to the model, do you just use the update_weight and point to that zip file?

  
  
Posted 10 months ago

Yep 🙂

  
  
Posted 10 months ago
579 Views
3 Answers
10 months ago
10 months ago
Tags