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 Guys, I Have Many Questions To Ask, Sorry If This Questions Were Posted Already - If The Answer Exist, Please, Point Me To It. Thank You For Your Help. I'M Training Object Detection Model Using Tf 2.3 Object Detection Api And Use Clearml On Local Serve

Hi guys, I have many questions to ask, sorry if this questions were posted already - if the answer exist, please, point me to it. Thank you for your help.
I'm training object detection model using TF 2.3 Object Detection API and use ClearML on local server (1 GPU). What I need:

  1. Run several tasks sequentually . I've run one task (I've inserted ClearML code in model_main_tf2.py and ran it in command window), cloned it and marked as pending to be executed next in the queue. But after 1st task finished, the second task didn't started - i had to start is manually from command window. How can I make the new task start automatically?
  2. Accuracy and losses are not logged. So far I understand, these params should be logged automatically. The only parameters logged are gpu/cpu/memory load. What's wrong?
  3. I can't see learning rate/optimizer/IOU thresholds, etc. (other params, which can be set in model config file) among hyperparams in task->configuration->hyperparameters menu. Also, how can I set these hyperparameters for optimization using Optuna?
  4. In the following article: https://medium.com/swlh/construction-feat-tf2-object-detection-api-4465a3937c87 data management tool and annotation preview is mentioned. Are these proprietary developed tools for ClearML, or data management and annotation preview can be also found in ClearML?

Thanks.

  
  
Posted 3 years ago
Votes Newest

Answers 33


And no scalars ?

  
  
Posted 3 years ago

ping AgitatedDove14 ... 😄

  
  
Posted 3 years ago

Thanks!

  
  
Posted 3 years ago
9K Views
33 Answers
3 years ago
5 months ago
Tags