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
Unanswered
Hi, I Just Started Evaluating Clearml. Ran The "Examples\Optimization\Hyper-Parameter-Optimization\Base_Template_Keras_Simple.Py" Script Without Any Issues. But When Running The "Examples\Automation\Manual_Random_Param_Search_Example.Py" I Came Up With Tw


Hi ExasperatedCat38 ,
Welcome 🙂
From the link you sent, it seems you're using the demo server, not the ClearML Free Hosting ( https://app.community.clear.ml ).
The demo server does have a default queue (you can see it https://demoapp.demo.clear.ml/workers-and-queues/queues ), but it's possible you've stumbled upon the weekly reset which clears all data (and at which time everything is recycled, including the queues).
The services queue is used by the services agent which runs locally on the server machine and is not configured to run training tasks like the one you tried running - I suggest you simply create a new queue, and set up your own ClearML Agent to use it and execute your experiments on an appropriate machine.

  
  
Posted 4 years ago
256 Views
0 Answers
4 years ago
2 years ago
Tags