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
Unanswered
Hi, Clearml-Ui Does Not Show The Pipeline Even It Is Available. When I Click The Pipelines Section It Shows Me There Are Two Pipelines Like In Below But When I Click One Of Them I Can Not See The Any Pipeline. Anyone Can Help Me About This ?


Hi @<1523701070390366208:profile|CostlyOstrich36> thanks for your response, I just follow documentation with this link None and run codes in this github repository None . In the github repo I run the scripts in order, " step1_dataset_artifact.py ", " step2_data_processing.py " and " step3_train_model.py ". The scripts creates a draft experiments and I can see them in the UI. Then I run the pipeline codes which is in the " pipeline_from_tasks.py " script with no error. When I check the UI like in previous explanation, there is a 1 running pipeline but when I click it I could not see the pipeline like in below.
image

  
  
Posted 10 months ago
113 Views
0 Answers
10 months ago
10 months ago