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
Logger.Report_Image And Logger.Report_Matplotlib_Figure Not Working

logger.report_image and logger.report_matplotlib_figure not working
I get a positive response from SDK call (see the screenshot) but the images/figures do not show up on server.
Strange thing I don't see anything in logs.
So far only report_plotly and report_media worked and published figures/images to ClearML server.
I am using
WebApp: 1.5.0-186
Server: 1.5.0-186
API: 2.18
On client side:
clearml==1.4.1
clearml-agent==1.2.3

  
  
Posted one year ago
Votes Newest

Answers 2


It was some issue with the server - after restarting all seems to work.

  
  
Posted one year ago

👍

  
  
Posted one year ago
620 Views
2 Answers
one year ago
one year ago
Tags
Similar posts