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 There. Quick Question. If I Deployed Clearml Server On One Aws Ec2, Is It Possible To Train My Model On Other Ec2 With Gpu?

Hi there. quick question. if i deployed ClearML server on one AWS ec2, is it possible to train my model on other ec2 with gpu?

  
  
Posted 28 days ago
Votes Newest

Answers 2


Hi @<1686547380465307648:profile|StrongSeaturtle89> , you can always start a clearml-agent on any machine (local, cloud, etc.) and configure it with the proper url and credentials to connect to your clearml account (if you're using app. clear.ml )

  
  
Posted 26 days ago

i’m a beginner of clearML. thank you so much for the advice. i should read more documentation.

  
  
Posted 25 days ago