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 Am Trying To Migrate To Clearml And Need To Have My Old Training Logs Available In Clearml As Well. Unfortunately It Seems I Can'T Simply "Import" My Old Tensorboard Logs Into Clearml To Have It All In One Place. Does Any One Have A Suggest

Hi everyone. I am trying to migrate to ClearML and need to have my old training logs available in ClearML as well. Unfortunately It seems I can't simply "import" my old tensorboard logs into ClearML to have it all in one place. Does any one have a suggestion how I can import my tensorboard logs from older runs easily?

  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi @<1670964680270548992:profile|SuperiorOctopus47> , you can manually create experiments and log metrics into them via the REST API - None

You basically have some older runs on your tensorboard that you want to import to ClearML?

  
  
Posted 2 months ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for your response.

Yes, exactly, I have some older runs on my tensorboard and would like to import them to ClearML.

Taking a quick look at the REST API you referenced, I am not sure how to best proceed.

  
  
Posted 2 months ago