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
Clearml Server V1.2.0 Has Just Been Released!

ClearML Server v1.2.0 has just been released! 🎉 🎉 with lots of improvements (such as improved experiment comparison UI) and bug fixes (release notes here ).
AWS AMI's will be published soon and updated in our documentation.
❗ Please note : this new version is using MongoDB 4.4 and requires specific migration from previous versions, read more about it here .

  
  
Posted 2 years ago
Votes Newest

Answers 11


FYI @<1523701087100473344:profile|SuccessfulKoala55> (or I might be doing something wrong), but it seems the python migration code comes with carriage returns, so it fails on linux by default (one has to tr -d '\r' to use it)

EDIT: And also it defaults to /opt/allegro/data rather than the recommended /opt/clearml/data which is suggested when installing the server 🤔

  
  
Posted 2 years ago

It was really easy with the attached code, really 👍

I would only maybe suggest adding in the documentation, that if one uses the default recommended install location, then the script can be run without any command line arguments.
I had to momentarily look at the code to see the default paths match my own (though I could've also looked at --help default values 😛 )

  
  
Posted 2 years ago

Nice!

One small remark, the contributions from open-source are not mentioned in the release notes 😇

  
  
Posted 2 years ago

🙏

  
  
Posted 2 years ago

@<1523707520978259968:profile|CostlyFox64> updated - my apologies for forgetting, and thanks for much for helping us improve ClearML! Please don't hesitate to call me out on it next time I miss something so important... and thanks again :)

  
  
Posted 2 years ago

Oh, you're right, I'll add that! We do reference all PRs, but you're absolutely right 🙏

  
  
Posted 2 years ago

Don't worry about it, thx for changing! 😄

  
  
Posted 2 years ago

Please let us know about the process - it's a little complicated and we hope the instructions are clear enough

  
  
Posted 2 years ago

@<1523701083040387072:profile|UnevenDolphin73> can you check now? I've updated the file

  
  
Posted 2 years ago

Perfect now 👌 (also nice cleanup of default_new_data_root duplicate code :D)

  
  
Posted 2 years ago

@<1523701083040387072:profile|UnevenDolphin73> thanks for noticing, I'll take a look

  
  
Posted 2 years ago