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, I Want To Set Up A Clearml Server For Experiment Management And Later Add Clearml-Agents. Can I Link Gpu Nodes To The Clearml Server Later On? What Are The Recommended Server Specs For Hosting The Clearml Server?

Hi, I want to set up a ClearML server for experiment management and later add clearml-agents. Can I link GPU nodes to the ClearML server later on? What are the recommended server specs for hosting the ClearML server?

  
  
Posted 7 months ago
Votes Newest

Answers 2


Hi @<1617331264644190208:profile|LovelySeahorse10> , you can see the minimum recommended EC2 instance types as a reference

  
  
Posted 7 months ago

You can add and remove clearml-agents to/from the clearml-server anytime.

  
  
Posted 7 months ago
420 Views
2 Answers
7 months ago
7 months ago
Tags