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
Hello,

hello, πŸ˜„ this is clearml-session question.
when i execute clearml-session --queue a10g --docker ultralytics/ultralytics
i got this error:
Error: _get_status() missing 1 required positional argument: 'ids'
does anyone know about this?

  
  
Posted one year ago
Votes Newest

Answers 8


wow ! thank you for quick answer! it worked like a charm. have a nice day:)

  
  
Posted one year ago

it’s been working well until i removed virtualenv and recreated, then i reinstall only clearml and clearml-session

  
  
Posted one year ago

I can reproduce 😞 give me a moment to verify

  
  
Posted one year ago

what's the clearml package version and clearml-session version ?

  
  
Posted one year ago

clearml==1.9.2
clearml-session==0.4.0

  
  
Posted one year ago

image

  
  
Posted one year ago

image

  
  
Posted one year ago

to avoid downgrade to clearml==1.9.1
I will make sure this is solved in clearml==1.9.3 & clearml-session==0.5.0 quickly

  
  
Posted one year ago
676 Views
8 Answers
one year ago
one year ago
Tags