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 TartSeagull57
This is a bug introduced with version 1.4.1, for which we are working on a patch. The fix is actually in test, and should be released very soon. We will keep you updated. By the way you can achieve the same goal using the SDK. Here is a link to a similar topic, where you will found an example snippet I have to check a point and I come back to you

  
  
Posted one year ago
Votes Newest

Answers 8


Hey TartSeagull57
We have released a version that fixes the bug. It is a RC but it is stable. Version number is 1.4.2rc1

  
  
Posted one year ago

I check that
Concerning the snippet example, here is the link :
https://github.com/allegroai/clearml/issues/682

  
  
Posted one year ago

Great !
Concerning the running status :
in the first case, the program failed so the server has no way to be informed of a status change in the second case, this is not a task status but a dataset, so the status would change when you will publish the datasetThe fix is in last phases of testing, I hope that it will be released very soon

  
  
Posted one year ago

Thanks for the reply.
I tried to do the same using the SDK, that does not give the an error but it also gets stuck in the webUI as ' running' while my computer is not running anything anymore.

  
  
Posted one year ago

Ah I see, thanks!!

  
  
Posted one year ago

Nevermind I made a mistake in using the SDK, I made it work using the tutorial in the link, thanks!
Hope the CLI bug is fixed soon :)

  
  
Posted one year ago

Great, thanks for informing me!

  
  
Posted one year ago

Thanks for your patience

  
  
Posted one year ago
576 Views
8 Answers
one year ago
one year ago
Tags
Similar posts