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. I Am Sure This Has Been Asked Before But I Cannot Find It Searching The Past 90 Days Here Or The Web. Can I Ingest Old Tensorboard Logs Into Clearml From Historical Runs (Before I Started Using Clearml)? I'Ll Put Chatgpt'S Answer In The Thread Here

Hi. I am sure this has been asked before but I cannot find it searching the past 90 days here or the web. Can I ingest old tensorboard logs into clearml from historical runs (before I started using clearml)? I'll put ChatGPT's answer in the thread here.

  
  
Posted 7 months ago
Votes Newest

Answers 3


ChatGPT said:

For Completed Runs:

  • If you have a completed run with TensorBoard logs and want to load it into ClearML after the fact, the process isn't as straightforward. ClearML is designed to capture and log data during the run when integrated with the script.
  • However, one workaround is to create a new script that initializes a ClearML task and then manually logs each TensorBoard entry to ClearML using ClearML's logging methods. You'd need to parse the TensorBoard logs manually and then log them using ClearML's API, which can be a bit involved.
    Any other ideas?
  
  
Posted 7 months ago

Too bad. Thanks for the reply.

  
  
Posted 7 months ago

I think ChatGPT is correct in this case 🙂

  
  
Posted 7 months ago
498 Views
3 Answers
7 months ago
7 months ago
Tags