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 Everyone! I Am Using Clearml To Manage My Model Training For A Thesis Project. I Am Currently On The Stage Of Hyper-Parameter Tuning My Yolov5U Model And Am Testing Out The

Hello everyone! I am using ClearML to manage my model training for a thesis project. I am currently on the stage of hyper-parameter tuning my yolov5u model and am testing out the HyperParameterOptimizer class for this purpose. I am running the Optuna optimizer with this.

When I run this optimizer the ClearML experiment page only shows 3 charts - "Optimization Objective", "Parallel Coordinates" and "Summary". Does the ClearML Optuna implementation support logging of the other charts like contour plots, slice plots, etc?

  
  
Posted 14 days ago
Votes Newest

Answers 2


Hi @<1691620883078057984:profile|ConfusedSeaanemone5> ! Those are the only 3 charts that the HPO constructs and reports. You could construct other charts/plots yourself and report them when a job completes using the job_completed_callback parameter.

  
  
Posted 14 days ago

Ok thanks 🙂

  
  
Posted 14 days ago
67 Views
2 Answers
14 days ago
14 days ago
Tags