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
Unanswered
Hi Again, Hoping Someone Can Shed Some Light On My Workflow Planning. Im Rebuilding My Project From Scratch In Clearml, Using Remote Gitlab, I Have My Personal Pc (Dev) And A Local Linux Machine (Staging), No Prod Machine Yet. The Process Involves Pullin


Hi @<1773158059758063616:profile|PanickyParrot17> ,

  • can i have a clearml agent listed to a specific git branch?The git branch is part of the repository info stored on each ClearML task - when creating the task (or when editing it), you can set this branch information. This is also automatically detected when you're running your code from a locally-cloned git repository - if you're using a branch there, it will be automatically picked up and stored in the resulting task's repository info

  • how are environment variables passed to the clearml agent for different branches?Environment variables can be pre-set for the agent, or, if you're using the agent in the docker mode (recommended), these can be additionally specified in the task's container section (using the extra arguments field) in the form of docker environment variables ( -e ENV_VAR=VALUE )

  
  
Posted 4 days ago
5 Views
0 Answers
4 days ago
3 days ago