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
Profile picture
GiddyPeacock64
Moderator
1 Question, 11 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
18 Answers
509 Views
0 Votes 18 Answers 509 Views
Hey! I just finished the movie https://www.youtube.com/watch?v=Y5tPfUm9Ghg&list=UUj09XsAWj-RF9kY4UvBJh_A spoiler, we are using trains on promise, for I think...
3 years ago
0 Hey! I Just Finished The Movie

Hey AgitatedDove14 ! Thanks!

For now we are using Kale to build kubeflow pipeline. Then we run this pipeline, so I'm not sure where the agent fits inside the Kubeflow ecosystem, can you elaborate more ?

3 years ago
0 Hey! I Just Finished The Movie

and there is not trains agent on kubeflow. At least not that I'm aware of

3 years ago
0 Hey! I Just Finished The Movie

From this movie, its clear that we are not using all trains (clearml) functionality. Because kubeflow is manage our pipeline. So for example, trains cannot record the git changes

3 years ago
3 years ago
0 Hey! I Just Finished The Movie

well. we are using it from our code and the trains dashboard works just fine. But this is without the agent. Moreover, Kubeflow uses docker images for the training pipelines, there for trains cannot capture the diff

3 years ago
0 Hey! I Just Finished The Movie

not only the diff, but also the git itself. because this make no sense to push the git into the docker image

3 years ago
0 Hey! I Just Finished The Movie

AgitatedDove14 , ideally yeah, but we manually adds a line to the generate script from kale before running it.

3 years ago
0 Hey! I Just Finished The Movie

am.. it depends, it can be a small function but can also be a task. We are using kale so it easier to group/create task and move data from one task to another. Each step is independent but the next is being creating from the data of the pervious one.

3 years ago
0 Hey! I Just Finished The Movie

The first pipeline
step is calling init

3 years ago
0 Hey! I Just Finished The Movie

So main question, is there a best partice how to connect clearml and kubeflow ?

3 years ago
0 Hey! I Just Finished The Movie

Kale just translate the notebooks into kubeflow pipeline dsl. So In kubeflow when the pipeline is running we can see the pipeline elements.

3 years ago