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
Profile picture
JoyousKoala59
Moderator
1 Question, 9 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
16 Answers
847 Views
0 Votes 16 Answers 847 Views
Hi everyone. I am trying to migrate from Trains to ClearML. I am using my own server, and I installed Trains in Kubernetes using helm. I am following all ste...
3 years ago
0 Hi Everyone. I Am Trying To Migrate From Trains To Clearml. I Am Using My Own Server, And I Installed Trains In Kubernetes Using Helm. I Am Following All Steps From The Docs (

If the repo is at a different site, can you please tell me where is located? So I can keep with my installation now

3 years ago
0 Hi Everyone. I Am Trying To Migrate From Trains To Clearml. I Am Using My Own Server, And I Installed Trains In Kubernetes Using Helm. I Am Following All Steps From The Docs (

Equivalently, when installing Trains using the old Trains docs, the command would be: helm repo add allegroai https://allegroai.github.io/trains-server-helm/ , and that one works fine, because that link exists, as opposed to the ClearML one

3 years ago
0 Hi Everyone. I Am Trying To Migrate From Trains To Clearml. I Am Using My Own Server, And I Installed Trains In Kubernetes Using Helm. I Am Following All Steps From The Docs (

If you see that link, at Step 2, it tells you to "Add the clearml-server repository to your Helm", running the following command: helm repo add allegroai https://allegroai.github.io/clearml-server-helm/

3 years ago
0 Hi Everyone. I Am Trying To Migrate From Trains To Clearml. I Am Using My Own Server, And I Installed Trains In Kubernetes Using Helm. I Am Following All Steps From The Docs (

Hi AgitatedDove14 , thanks for the reply. The link I posted is titled: "Upgrading Your Trains Server from v0.15 or Older to ClearML Server"

3 years ago