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
And One More Question: I Have Different Pipeline With Different Files And I Have Modulenotfounderror, So What Requirements.Txt File Pipeline Use? From My Git Repository? How To Add Or Change Libraries? Because I'M Trying To Change My Requiremets.Txt, But

And one more question: I have different pipeline with different files and I have ModuleNotFoundError, so what requirements.txt file pipeline use? From my git repository? How to add or change libraries? Because I'm trying to change my requiremets.txt, but error still the same. Thank you for response)

  
  
Posted 10 months ago
Votes Newest

Answers 2


Currently I have requirements.txt in my repository and on my PC locally, they both are the same. ClearML detects last commit requiremets.txt and load it to pipeline?

  
  
Posted 10 months ago

ClearML detects the repository & dependencies automatically. How are you currently set the requirements file?

  
  
Posted 10 months ago
501 Views
2 Answers
10 months ago
10 months ago
Tags