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, Is There A Way To Configure Clearml On A Host Running Pytorch Training, But Not Having Access To The Clearml Server, So It Would Output Clearml Experiments On A S3 Bucket And, The Clearml Server To Have A Project Exclusively Listening To This Buck

Hi all, is there a way to configure clearml on a host running pytorch training, but not having access to the Clearml server, so it would output clearml experiments on a s3 bucket and, the Clearml server to have a project exclusively listening to this bucket to render scalars,...

  
  
Posted 3 months ago
Votes Newest

Answers 2


Thanks CostlyOstrich36 for the hint, but what I would need is to be able to monitor live the experiment but offline mode does not allow this. Maybe the only way would be to have another Clearml server running on the remote host with the s3-bucket as the storage for clearml folders? And for the real Clearml server to mount this s3-bucket as its storage too?

  
  
Posted 3 months ago

Hi LethalCoral80 , I think what you're looking for is the offline mode - None

  
  
Posted 3 months ago
272 Views
2 Answers
3 months ago
3 months ago
Tags
Similar posts