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
I Have Some Old Training Jobs That I Logged With Tensorboard, Is It Possible To Add Them To Clearml?

I have some old training jobs that I logged with tensorboard, is it possible to add them to clearml?

  
  
Posted 2 years ago
Votes Newest

Answers 6


Can you export them somehow?

  
  
Posted 2 years ago

I can read them programmatically using tensorboard and the log the using clearml logger, but was hoping to avoid that

  
  
Posted 2 years ago

I can read them programmatically using tensorboard and the log the using clearml logger,

StaleButterfly40 this will be a great script to put somewhere (I'm sure you are not the only one with this problem). Maybe put it as a GitHub issue ? wdyt ?

  
  
Posted 2 years ago

i.e. hoping there already is a tool that does this

  
  
Posted 2 years ago

i.e. hoping there already is a tool that does this

No such tool exists, but we've love to get a PR for such a tool, if you're going to draft something yourself 😉

  
  
Posted 2 years ago

I think you'd have to re-run them to get them logged

  
  
Posted 2 years ago
983 Views
6 Answers
2 years ago
one year ago
Tags