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, Any Idea Why Spawned Trainings During Optimization Can End With The Following Message

Hi all, any idea why spawned trainings during optimization can end with the following message User aborted: stopping task (3) ? I (user) do not stop them intentionally. The optimization task directing the optimization process has the following settings (see attachment) and the first and second spawned task ended with the message.

  
  
Posted 2 years ago
Votes Newest

Answers 7


AgitatedDove14 so if I undestand it correctly, the parameters such as time_limit_per_job, max_iteration_per_job, etc. can be surpassed by internal processes in Optuna and so on, right? I observe this behaviour also in the case of RandomSearch, does it stop the experiments either? And as I wrote, the first two spawned tasks were aborted using this message, this is weird, isn't it? I mean that HPO stops the tasks with early stop even though no previous tasks (benchmarks) are known.

  
  
Posted 2 years ago

Hi CurvedHedgehog15

User aborted: stopping task (3)

?

This means "someone" externally aborted the Task, in your case the HPO aborted it (the sophisticated HyperBand Bayesian optimization algorithms we use, both Optuna and HpBandster) will early stop experiments based on their performance and continue if they need later

  
  
Posted 2 years ago

CurvedHedgehog15 , isn't the original experiment you selected to run against is the basic benchmark?

  
  
Posted 2 years ago

Hi 🙂
Are you running the HPO example?

  
  
Posted 2 years ago

Hi, CostlyOstrich36 , yes 🙂

  
  
Posted 2 years ago

Oh, damn, you're right CostlyOstrich36 , this make sense. And really AgitatedDove14 if I look at the objective, it seems that tasks with the objective far from the base task are aborted. Thank you very much guys.

  
  
Posted 2 years ago

The "template" task

  
  
Posted 2 years ago
554 Views
7 Answers
2 years ago
one year ago
Tags