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, I Am Trying To Log The Hydra Configuration Using Clearml-Task, And I Am Following The Demo Script:

Hi, I am trying to log the hydra configuration using clearml-task, and I am following the demo script: None . It's able to log the default hydra configs, but when I try to override the hydra config with python hydra_example.py experiement=example.py, clearml is still logging the default configs instead of the overridden configs even though the printed hydra configs is the overridden one. Is there a way that I can log the overridden configs?

  
  
Posted 9 months ago
Votes Newest

Answers 3


Hi @<1597762318140182528:profile|EnchantingPenguin77> ! There is no way to do that as of now

  
  
Posted 8 months ago

Hi @<1597762318140182528:profile|EnchantingPenguin77> ! You should be able to see the overrides unde CONFIGURATION->HYPERPARAMETERS->Args->overrides:
image

  
  
Posted 8 months ago

Hi @<1523701435869433856:profile|SmugDolphin23> I see, but is there anyway to see the overridden config in OmegaConf so I can easily compare the difference between 2 experiments?

  
  
Posted 8 months ago
600 Views
3 Answers
9 months ago
8 months ago
Tags