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
Hello All, General Question - We'Re Currently Intend To Move Our Clearml Server From A Self-Hosted One To Using The Saas-Based Server, In Tandem With A Local Agent. We'D Like To Validate Two Stuff Before We Migrate Though -

Hello all, general question -
We're currently intend to move our ClearML server from a self-hosted one to using the SaaS-based server, in tandem with a local agent. We'd like to validate two stuff before we migrate though -

  • We've head there's a way of disabling the display of uncommited changes on the webserver, thus completely disabling visible access to code from the server. Anyone aware of how this feature could be enabled?
  • Is the experiment output streamed directly to the SaaS server for viewing, or is it also cached for future referencing? We'd prefer the former, if that matters for a response assuming both options are available.Thanks ahead!
  
  
Posted 2 months ago
Votes Newest

Answers 3


Hey John,
thanks on 1!
regarding 2 - your detailing answered my question, thanks!

  
  
Posted 2 months ago

Great! 🙂

  
  
Posted 2 months ago

Hi HungryFrog27 , to answer your questions:

  • You can disable commit logging in your clearml.comf file - None
  • Not sure what you mean. Things that are logged on the server are console logs, scalars/metrics, configurations and execution information (git, branch, commit id and uncommitted changes). These are all saved in the backend. Can you elaborate to what you're referring?
  
  
Posted 2 months ago
235 Views
3 Answers
2 months ago
2 months ago
Tags