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
Hello Everyone

Hello everyone 👋
Does ClearmML support the https://www.tensorflow.org/guide/profiler#overview_page ? If the right properties are set can the profile tab be added?
Thanks!

  
  
Posted 3 years ago
Votes Newest

Answers 6


RobustSnake79 this one seems like scalar type graph + summary table, correct?
BTW: I'm not sure how to include the "Recommendation" part 🙂

  
  
Posted 3 years ago

Thanks a lot AgitatedDove14 .
I'm thinking of a scenario that allows multiple users to quickly debug their GPU utilization, change relevant parameters, and re-run the training.
So your remarks about doing this in TB is correct since this is not relevant for all your experiments, but it could offer value as a quick solution.

  
  
Posted 3 years ago

RobustSnake79 let's assume that the trace figure above is probably too much to get into the WebUI, which simple figures might still have value in your scenario ?

  
  
Posted 3 years ago

RobustSnake79 I have not tested, but I suspect that currently all the reports will stay in TB and not passed automagically into ClearML
It seems like something you would actually want to do with TB (i.e. drill into the graphs etc.) no?

  
  
Posted 3 years ago

If the right properties are set can the profile tab be added?

I guess that is doable, that said some of the graphs are not straight forward to support like this one:
https://www.tensorflow.org/guide/images/tf_profiler/trace_viewer.png

  
  
Posted 3 years ago

AgitatedDove14 Thanks 🙏
This one:

  
  
Posted 3 years ago
453 Views
6 Answers
3 years ago
one year ago
Tags