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
I Am Trying To Run The

I am trying to run the https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/hyper_parameter_optimizer.py and I get the error:
clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x7f7de75bb8b0> to 1xGPU: Could not find queue named "1xGPU"What do I miss? Do I have to create a queue myself? I can’t find anything relevant on the https://clear.ml/docs/latest/docs/guides/optimization/hyper-parameter-optimization/examples_hyperparam_opt .

  
  
Posted one year ago
Votes Newest

Answers 4


You can create a queue through the UI. You can go into Workers & Queues tab -> Queues -> "New Queue"
You can also create new queues using the API as well
https://clear.ml/docs/latest/docs/references/api/queues#post-queuescreate

  
  
Posted one year ago

Hi GrievingDeer61 , you need to create the queue yourself or change the queue that is being used to something you created 🙂

  
  
Posted one year ago

Hi CostlyOstrich36 . Thank you for the reply. How do I create a queue? I can’t find it in the documentation.

  
  
Posted one year ago

Great. Thanks!

  
  
Posted one year ago
529 Views
4 Answers
one year ago
one year ago
Tags