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
I Also Have Another Question

I also have another question @<1523701070390366208:profile|CostlyOstrich36> I’m hoping you’d be kind of enough to guide me:

the clearml.conf file that gets used is somehow different, I had force_git_ssh_protocol:true in the latest file but when I run the experiment it’s still stuck to the file that had this setting to false , the clearml.conf that I was making changes to is in the remote machine, what could I be doing wrong?

  
  
Posted 19 hours ago
Votes Newest

Answers 2


clearml.conf is only local. The remote machine has it's own configuration unrelated to your local config file..

  
  
Posted 19 hours ago

yup I see, so the changes I make in the remote machine should be the only relevant one yet those changes do not get reflected

  
  
Posted 19 hours ago
7 Views
2 Answers
19 hours ago
10 hours ago
Tags