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
Has Anybody Encountered:

Has anybody encountered: User aborted: stopping task (3) getting triggered without actually aborting or doing anything?

I am running hype-parameter experiments on a self server with clearml==1.11.0 and agent running on clearml==1.11.1 and clearml-agent==1.5.2. The strange part is that some of the experiments ran without any problem and were completed.

  
  
Posted one year ago
Votes Newest

Answers 7


I see that was my hunch too looking at the documentation but the message seemed unusual. Is there a way I can confirm this is due to Optuna?

  
  
Posted one year ago

Happy to help 🙂

  
  
Posted one year ago

Hi @<1584716373181861888:profile|ResponsiveSquid49> , what optimization method are you using?

  
  
Posted one year ago

I think the issue is that the message isn't informative enough. I would suggest opening a GitHub issue on this requesting a better message. Regarding confirming - I'm not sure but this is the default behavior of Optuna. You can run a random or a grid search optimization and then you won't see those messages for sure.

What do you think?

  
  
Posted one year ago

Optuna

  
  
Posted one year ago

I think this is due to Optuna itself. It will manually kill experiments it doesn't think will have good results

  
  
Posted one year ago

Perfect..I will open a request and double check running the experiments with grid/random search! I really appreciate your prompt response! Thanks a ton 😄

  
  
Posted one year ago
759 Views
7 Answers
one year ago
one year ago
Tags