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
Profile picture
RipeBee29
Moderator
1 Question, 5 Answers
  Active since 15 August 2024
  Last activity 28 days ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
13 Answers
107 Views
0 Votes 13 Answers 107 Views
Hello Looking for full working example of HyperParameterOptimizer , may some notebook or script ? Alreadt followed the docs but failed to integrate it to my ...
one month ago
0 Hello Looking For Full Working Example Of

@<1523701070390366208:profile|CostlyOstrich36> Hi
I tried this example but not seems im doing it right ....
How does this two scripts communicating between themselves ?
base_template_keras_simple.py
hyper_parameter_optimizer.py ...

29 days ago
one month ago
0 Hello Looking For Full Working Example Of

So created queue ... now im getting

python scripts/hyper_parameter_optimizer.py
ClearML Task: created new task id=2ba36b52e6004514a41dc52bb2ba169c
ClearML results page: 

[I 2024-08-18 13:31:41,133] A new study created in memory with name: 2ba36b52e6004514a41dc52bb2ba169c
Progress report #0 completed, sleeping for 0.25 minutes
2024-08-18 13:31:41,370 - clearml.automation.optimization - INFO - Creating new Task: {'General/layer_1': 256, 'General/layer_2': 384, 'General/batch...
29 days ago
0 Hello Looking For Full Working Example Of

Sure i did it but im getting the following

 A new study created in memory with name: 8ea132f808934f1a962aeb89cff31bd0
Progress report #0 completed, sleeping for 0.25 minutes
2024-08-18 12:55:24,959 - clearml.automation.optimization - INFO - Creating new Task: {'General/layer_1': 128, 'General/layer_2': 256, 'General/batch_size': 160, 'General/epochs': 30}
2024-08-18 12:55:25,030 - clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x723c45320610> to 1...
29 days ago
0 Hello Looking For Full Working Example Of

But isnt this

base_template_keras_simple.py

should create the queue ?

I need more things than just these two scripts ?
So... 1) How do i create queue ? 2) how do i create agent that listening it ?

29 days ago