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 Everyone, I'M Getting Really Weird Issue With Clearml Installation. Basically, I Have An Environment Where I Already Configured Clearml Via Clearml-Init, But Inside Code I'M Running On Slurm My Task.Init() Raises "Missingconfigerror". Worth Mentioning,

Hi everyone,
I'm getting really weird issue with clearml installation. Basically, I have an environment where I already configured clearml via clearml-init, but inside code I'm running on slurm my Task.init() raises "MissingConfigError".
Worth mentioning, using Task.init() in jupyter doesn't raise that error, and I run notebook on the same slurm server with same environment. (I checked environments with os.environ(["CONDA_PREFIX"]) both inside my code and inside my jupyternotebook just before Task.init() is called, they are the same)
Any idea, what's going on and how can I debug this? Maybe there is a way in clearml to display path to clearml.conf, so I can check where it is looking for the config when called inside my code?

  
  
Posted 9 months ago
Votes Newest

Answers 2


Nice 👍

  
  
Posted 9 months ago

found the problem, someone hardcoded "~/trains.conf" in one experiment yaml, so even with fresh clearml install it was searching for that instead of clearml.conf 🥲

  
  
Posted 9 months ago
531 Views
2 Answers
9 months ago
9 months ago
Tags