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’M Playing With Datasets In Clearml. I Can Successfully Register Them, But I’M Not Entirely Clear How To Attach A Plot To It. If I Create A Task, My Plots Are Auto-Logged, But To Attached The Task, Not To The Dataset As I Would Like To.

Hi Everyone,
I’m playing with datasets in ClearML. I can successfully register them, but I’m not entirely clear how to attach a plot to it. If I create a task, my plots are auto-logged, but to attached the task, not to the dataset as I would like to.
Thanks in advance!

  
  
Posted one year ago
Votes Newest

Answers 9


Hi and welcome 🙂
You want to add some plots to the dataset task?

  
  
Posted one year ago

Yes, exactly

  
  
Posted one year ago

Thanks for the welcome! Glad to be here

  
  
Posted one year ago

I’ve learnt that I can do it explicitly using the Logger class, like this:
logger.report_histogram(…)

  
  
Posted one year ago

Thanks for the answer, seems that our messages crossed. Anyway, is auto-logging out of the question for Datasets?

  
  
Posted one year ago

histogram of the distribution of the data

  
  
Posted one year ago

What is being reported that isn't auto-logged?

  
  
Posted one year ago

plots made by matplotlib

  
  
Posted one year ago
348 Views
9 Answers
one year ago
10 months ago
Tags