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, 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, 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 ?
image
image

  
  
Posted 3 months ago
Votes Newest

Answers 3


Hi @<1657556312684236800:profile|ManiacalSeaturtle63> , can you please elaborate specifically on the actions you took? Step by step

  
  
Posted 3 months ago

Problem resolved. Reason is clearml sdk version. It fixed in clearml==1.14.1

  
  
Posted 3 months ago

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 3 months ago