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
Hi, I Am Planning To Use Clearml To Train Yolo Model In Aws Ec2 Instance. I Am New To Clearml, Could Someone Please Point Me The Steps Involve Or Any Article To Get Started With

Hi, I am planning to use ClearML to train yolo model in AWS EC2 instance. I am new to clearml, could someone please point me the steps involve or any article to get started with

  
  
Posted one year ago
Votes Newest

Answers 3


Hi CheekyElephant36
First you need to run it once on your machine, once this is done (only a few steps is enough), you can one it and enqueue it. Then to actually connect the aws autoscaler (the part that spins machines and runs tasks) go to applications and select the aqs autoscaler.
Btw i think the next video will be about YOLO + autoscaler

  
  
Posted one year ago

Great. Tanks FrightenedHippopotamus86 and AgitatedDove14 Let me follow the document and setup env in local

  
  
Posted one year ago

I believe YOLOv5 has a lot to offer with ClearML. I have found this document useful for a good start point.
https://docs.ultralytics.com/tutorials/clearml-logging/

  
  
Posted one year ago
736 Views
3 Answers
one year ago
one year ago
Tags