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
I Have 5 Unarchived Pipeline Runs That Were Defined With This Decorator:

I have 5 unarchived pipeline runs that were defined with this decorator:
@PipelineDecorator.pipeline( name="fastai_image_classification_pipeline", project="lavi-testing", version="0.2", multi_instance_support=True, )I'd like to compare a few tasks across these pipelines, however, when I look in project lavi-testing I see no experiments at all.
I'm finding it difficult to select a set of tasks that were run within the different pipeline runs in this project. How can I do that?

  
  
Posted one year ago
Votes Newest

Answers 7


Hi John. sort of. It seems that archiving pipelines does not also archive the tasks that they contain so

This is correct, the rationale is that the components (i.e. Tasks) might be used (or already used) as cached steps ...

  
  
Posted one year ago

I can find the tasks in the "all experiments" project but there are over 500 tasks there (I guess in includes the archived tasks as well) so that's not much help.

  
  
Posted one year ago

In fact, all my projects seems empty of tasks.

  
  
Posted one year ago

PanickyMoth78 , pipeline tasks are usually hidden. If you go to Settings -> Configuration you will have an option to show hidden projects. This way you can find the projects that the tasks reside in + the pipeline steps

  
  
Posted one year ago

Hi John. sort of. It seems that archiving pipelines does not also archive the tasks that they contain so /projects/lavi-testing/.pipelines/fastai_image_classification_pipeline is a very long list..

  
  
Posted one year ago

Tell me if it helps 🙂

  
  
Posted one year ago

  • Maybe we should add an option, archive components as well ...
  
  
Posted one year ago
562 Views
7 Answers
one year ago
one year ago
Tags