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, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

Hi there, is it possible to configure the clearml-agent to run some commands before running each experiment it launches? Eg.
echo "test" > "test.txt" && <-- here start experiment -->

  
  
Posted 2 years ago
Votes Newest

Answers 6


JitteryCoyote63 , I'm afraid currently not and only available in docker mode.

What do you need it for if I may ask?

  
  
Posted 2 years ago

JitteryCoyote63 , If you mean storage secrets (aws,azure, etc..) then you can configure them in your ~/clearml.conf 🙂

  
  
Posted 2 years ago

yes but they are in plain text and I would like to avoid that

  
  
Posted 2 years ago

Hi CostlyOstrich36 ! no I am running on venv mode

  
  
Posted 2 years ago

JitteryCoyote63 Hi! Are you running in docker mode?

  
  
Posted 2 years ago

to pass secrets to each experiment

  
  
Posted 2 years ago
580 Views
6 Answers
2 years ago
one year ago
Tags