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

Hi

ClearML v0.17.1 and ClearML-Agent v0.17.0 are now the officialย packages & repositories ๐ŸŽ‰ ๐ŸŽŠ ๐Ÿ‘‹ ๐Ÿ›ค๏ธ
This new name brings on many changes, mainly replace all trains imports with clearml , you are done ๐Ÿ™‚

We also also added a few new features:
https://github.com/allegroai/clearml/blob/master/docs/datasets.md - CLI for managing and versioning your datasets, including creating / uploading / downloading of data from S3/GS/Azure/NAS
https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md - Run any codebase on remote machines with full remote logging of Tensorboard, Matplotlib & Console outputs
https://github.com/allegroai/clearml-session - Launch remote JupyterLab / VSCode-server inside any docker, on cloud/on-prem machines

P.S. do not forget to spread the word on ClearML ๐Ÿ“ฃ now with optional https://clear.ml

Merry xmas ๐ŸŽ„ and a happy new year ๐ŸŽˆ ๐ŸŽ† โ™ฅ

  
  
Posted 3 years ago
Votes Newest

Answers 2


wow, new data version feature and session could be useful

  
  
Posted 3 years ago

p.s. clearml v0.17.1 is out, fixing the missing link to clearml-task ๐Ÿ˜ฅ

  
  
Posted 3 years ago
593 Views
2 Answers
3 years ago
one year ago
Tags
Similar posts