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 All, When I Change The Credentials Of My Clearml.Conf Manually I Can Connect To Another Workspace And Log Experiments And Models There. What Is The Easy Way To Do That Through Python And Not Manually? I Have Seen That In The Jupyter Notebooks I Can Do

Hi all,
When I change the credentials of my clearml.conf manually I can connect to another workspace and log experiments and models there.
What is the easy way to do that through python and not manually?
I have seen that in the jupyter notebooks I can do it by using %env but what about py files?

Thanks a lot

  
  
Posted 5 months ago
Votes Newest

Answers 2


Thanks for the fast answer!

  
  
Posted 5 months ago

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , you can achieve that by using env variables - None

  
  
Posted 5 months ago