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 Think There Is Some Bug With Clearml==1.7.1. I’M Working With Pipelines And After Updating To

i think there is some bug with clearml==1.7.1.

I’m working with pipelines and after updating to 1.7.1 all the kwargs are passed as None to the steps, when downgrading to 1.7.0 it works.

When i look at the “uncommitted changes” that the steps produce i also see differences in the params parts.

  
  
Posted one year ago
Votes Newest

Answers 7


The pipeline is a bit complex, but it did that with a very dumb example

  
  
Posted one year ago

don’t have one ATM

  
  
Posted one year ago

SmugSnake6 yep, that’s exactly it.

Hope the team is aware and will fix it

  
  
Posted one year ago

PricklyRaven28 SmugSnake6 the latest RC should solve this (1.7.2rc1)

  
  
Posted one year ago

I can make an issue in GitHub if that helps keep track of it

  
  
Posted one year ago

Hi PricklyRaven28 , do you have a small snippet to play with?

  
  
Posted one year ago
595 Views
7 Answers
one year ago
one year ago
Tags