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, I Want To Integrate My Ml Tasks As A Complete Mlops Pipeline. I Am Planning To Create New Tasks By Pulling The Repo From Github. As, Some Of The Models And Utils Packages Are Not Stored In Github, How Can I Use These Packages In My Code To Ensure Tha

Hi, I want to integrate my ML tasks as a complete MLOps pipeline. I am planning to create new tasks by pulling the repo from github. As, some of the models and utils packages are not stored in github, how can i use these packages in my code to ensure that the task is running in my clearml exxperiment manager. should i zip and store the dependencies like the datasets itself in clearml-storage?

  
  
Posted one month ago
Votes Newest

Answers


you an use a docker image that already have those packages and dependencies, then have clearml-agent running inside or launching the docker container

  
  
Posted one month ago
137 Views
1 Answer
one month ago
one month ago
Tags