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! @<1523701070390366208:profile|CostlyOstrich36>, if I have a pipeline and my second task create my trials, that are running on my workers. If one Trial fails, all my optimization if cancelled because I do not have more trials been generated. Is this

Hello! CostlyOstrich36 , if I have a pipeline and my second task create my trials, that are running on my workers. If one Trial fails, all my optimization if cancelled because I do not have more trials been generated. Is this correct? Because all the time that one of my trials fails, the pipeline ends because all the others trials finished and do not continue. How to avoid that? I need to have try/catch and raise optuna.TrialPruned() ? Any clearml.config to avoid that ?

TypeError: 'NoneType' object is not subscriptable
[W 2025-04-10 15:03:55,195] Trial 88 failed with value None.

image

  
  
Posted 16 days ago
Votes Newest

Answers


Hi ThoughtlessTiger0 , can you please elaborate a bit on what exactly is the process? Why are steps failing? Is this to be expected?

  
  
Posted 13 days ago
89 Views
1 Answer
16 days ago
12 days ago
Tags