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 All, I Am Developing Clearml-Web. Is It A Specification That Even If The Hyperparameters Item (Initial Value) When Executing Xxx Is Deleted With Yyy That Was Cloned, It Will Remain? It Seems That Even If You Set The Hyperparameters Item On The Screen

Hi all,
I am developing clearml-web.

Is it a specification that even if the HYPERPARAMETERS item (initial value) when executing XXX is deleted with YYY that was cloned, it will remain?
It seems that even if you set the HYPERPARAMETERS item on the screen later instead of the initial value, it may remain in the clone destination.
Do you have any plans to fix it?
Or is there a way around it?

I ran the experiment with the following steps:

  
  
Posted 11 months ago
Votes Newest

Answers 9


Understood. Thank you.

  
  
Posted 11 months ago

③Delete one YYY HYPERPARAMETERS item
image
image

  
  
Posted 11 months ago

⑤Restore the HYPERPARAMETERS items deleted in ③.
image

  
  
Posted 11 months ago

It's by design- whatever is overridden in the UI will be what the code will use

  
  
Posted 11 months ago

Hi @<1557537273090674688:profile|ThankfulOx54> , this is not a restored value, but one set by the SDK code (which sets values that are missing from the configuration). Since these items were initially set by the code, it makes no sense to completely delete them from the UI (because the code expects them), so the SDK simply uses the default value defined by the code.

  
  
Posted 11 months ago

thank you, @<1523701087100473344:profile|SuccessfulKoala55>
It seems that even if the HYPERPARAMETERS item is set from the UI instead of the value set by the SDK code, it may remain in the clone destination.
Any plans to fix this?
Or is there a way around it?

  
  
Posted 11 months ago

②Clone XXX to create YYY
image
image

  
  
Posted 11 months ago

① Run an experiment called XXX

  
  
Posted 11 months ago

④Enqueue YYY
image

  
  
Posted 11 months ago
535 Views
9 Answers
11 months ago
11 months ago
Tags