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 Everyone, I Am Trying To Log My Mmsegmentation Trainings Using Clearml, But Can’T Quite Figure Out How To Integrate The

Hi everyone,

I am trying to log my MMSegmentation trainings using ClearML, but can’t quite figure out how to integrate the ClearML docs . Could anybody help me figure out where to actually add the visualization code? I would guess to place it in the default_runtime.py config, but how would I close the visualiser then?

  
  
Posted 2 months ago
Votes Newest

Answers 4


I think so...

  
  
Posted 2 months ago

Hi SoggyElk61
Where you able to pass the ClearMLVisBackend line in your code?
This needs to be added before your actual code

  
  
Posted 2 months ago

I’ll try that out, thank you!

  
  
Posted 2 months ago

I am training using the tools/train.py script, must I add the snippet here then?

  
  
Posted 2 months ago