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 4 years ago
Votes Newest

Answers 2


p.s. clearml v0.17.1 is out, fixing the missing link to clearml-task 😥

  
  
Posted 4 years ago

wow, new data version feature and session could be useful

  
  
Posted 4 years ago
1K Views
2 Answers
4 years ago
2 years ago
Tags
Similar posts