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
Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

Hey guys, in a fresh self-hosted ClearML server I have the issue that I cannot see any preview images of the files in a dataset. It seems like a bug, but maybe I am doing something wrong? https://github.com/allegroai/clearml/issues/879 - does someone have an idea what I might be doing wrong?

  
  
Posted 2 years ago
Votes Newest

Answers 42


Hmm my bad, I wasn't aware of this 🙂

  
  
Posted 2 years ago

Can you share a screenshot of what you see?

  
  
Posted 2 years ago

The thing is, even on the community server, not all the datasets have automatic previews. So for the same code/dataset, some of the runs have previews and some of them don't.

  
  
Posted 2 years ago

ProudElephant77 , I think you might need to finalize the dataset for it to appear

  
  
Posted 2 years ago

Please check what you get for events.debug_images in network section of developer tools (F12) when trying to view the preview in the dataset

  
  
Posted 2 years ago

@<1523701070390366208:profile|CostlyOstrich36> I am facing the same issue:

{"meta":{"id":"90841d05dfb1431a8d9dfc6bfdb39f9e","trx":"90841d05dfb1431a8d9dfc6bfdb39f9e","endpoint":{"name":"events.debug_images","requested_version":"2.23","actual_version":"2.7"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":"","error_data":{}},"data":{"metrics":[]}}
  
  
Posted 2 years ago

I am currently running the scripts on WSL ubuntu

  
  
Posted 2 years ago

And here the same in Chrome:
image

  
  
Posted 2 years ago

@<1523701070390366208:profile|CostlyOstrich36> Hi John, I have posted that in the screenshot above. Isn't that what you meant?

  
  
Posted 2 years ago

@<1523701070390366208:profile|CostlyOstrich36> It looks like this:
image

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years ago

CostlyOstrich36 Unfortunately that didn't helped 😞

  
  
Posted 2 years ago