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 2 years ago
Votes Newest

Answers 9


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

  
  
Posted 2 years ago

Thanks for the welcome! Glad to be here

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

histogram of the distribution of the data

  
  
Posted 2 years ago

Yes, exactly

  
  
Posted 2 years ago

plots made by matplotlib

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
555 Views
9 Answers
2 years ago
one year ago
Tags