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
What Could Be The Reason That Im Not Getting Any Scalars Reported To Clearml Using Example Script?

What could be the reason that im not getting any scalars reported to clearml using example script?
None
image

  
  
Posted 3 months ago
Votes Newest

Answers 2


I solved the problem.
I had to add tensorboard loggger and pass it to pytorch_lightning trainer logger=logger
Is that normal?

  
  
Posted 3 months ago

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , can you please add the log? What version of clearml are you using?

  
  
Posted 3 months ago
182 Views
2 Answers
3 months ago
3 months ago
Tags