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
Hello

Hello 👋 !
I am trying to use the NEW RUN button of the Pipeline UI, it correctly clone the config of the last pipeline I ran but during its execution the overrides (which is filled) is not taken into account and I have my default params.
I am doing everything remotely so creating a remote task which will create the PipelineController .
I attached a minimal snippet but let me know if you need more information, thanks

  
  
Posted one year ago
Votes Newest

Answers 11


FunnyAlligator17 can you provide the full log ?

  
  
Posted one year ago

yes let me know if it is enough because I needed to remove a lot of internal stuff (logs are associated to snippet above):

  
  
Posted one year ago

Sorry I need the full log ... feel free to DM it to me

  
  
Posted one year ago

👀 following.
I have much the same issue, and it's mission-critical that I resolve it soon.

  
  
Posted one year ago

Yeah that sounds like it, let me check if we can quickly reproduce

  
  
Posted one year ago

Not sure but kinf of. I also want to clone the pipeline and change the hyperparameters but not from one specific task more like globally on my pipeline but same conclusion as him ( it is running on default parameters, given when pipeline was 1st run ), I am using from_functions .
Not clear for me what you mean by running the cloned pipeline with an agent (maybe the answer is inside my snippet above)?

  
  
Posted one year ago

Hi FunnyAlligator17 , what SDK version are you using?

  
  
Posted one year ago

I am using:

ClearML SDK Version: clearml==1.12.0
ClearML Server Version (Only for self hosted): 1.9.2-317
  
  
Posted one year ago

Hi FunnyAlligator17 , can you please try with the new ClearML SDK v1.12.2rc0?

  
  
Posted one year ago

Hello SuccessfulKoala55 , just try it and still no success, same error as before Error executing job with overrides: [] even if inside Configuration/Hyperparameters/Args overrides is correctly fill

  
  
Posted one year ago

Hi guys, sorry, this thread was some reason forgotten,

pipeline I ran but during its execution the overrides (which is filled) is not taken into account and I have my default params.

Could this be the same issue as this one?
None

  
  
Posted one year ago