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 Wrote A Pipeline Of Two Steps.

Hi,
I wrote a pipeline of two steps.

  • train
  • convertIf I attach a model as OutputModel to the first task, the model is visible to the second step. Whereas if I attach InputModel, the model is not visible to the second step.

Is there a way to use an InputModel and make it visible ?
Thanks.

  
  
Posted 11 months ago
Votes Newest

Answers 3


I think what you're looking for is
None
to create the model and connect using
None

  
  
Posted 11 months ago

Hi, if you pass an input model, at the end of the training you will have your output model. Why do you want to fetch the input model from the previous step?

  
  
Posted 11 months ago

At the end of the training I have only input models.
How do I change an InputModel into outputModel ?

  
  
Posted 11 months ago
545 Views
3 Answers
11 months ago
11 months ago
Tags