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 Team, I Am Running Code In Vsc And Connected To Clearml Server. It Taking Too Much Of Time To Execute,May I Know The Reason?

Hi Team, i am running code in vsc and connected to clearml server. it taking too much of time to execute,may i know the reason?

  
  
Posted one year ago
Votes Newest

Answers 3


Hi SuperiorCockroach75 , can you please elaborate? What is taking to execute?

  
  
Posted one year ago

CostlyOstrich36 I have clone the astroid code from https://github.com/thepycoder/asteroid_example.git and am trying to run get_data.py , process_data.py, model_traing.py . i have connected to clearml server , there status is showing running for around 3 hr.

  
  
Posted one year ago

Can you add a log?

  
  
Posted one year ago