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
Dear Clearml Team! I Have Experiments Running With Your Tool, And Displaying Images In The "Debug Samples" Section. After Few Iteration, It Stopped Showing Images, And Showed A Broken Image Icon Saying "Unable To Load Image Binary%20Preds_Sample_0_0000005

Dear Clearml Team!
I have experiments running with your tool, and displaying images in the "DEBUG SAMPLES" section. After few iteration, it stopped showing images, and showed a broken image icon saying "Unable to load image
binary%20preds_sample_0_00000053.jpeg"

Any suggestions on how to solve it?

  
  
Posted 2 years ago
Votes Newest

Answers 31


BoredPigeon26 SuccessfulKoala55 CostlyOstrich36 Hi
Were you able to fix this?
We have similar issue.

  
  
Posted 2 years ago

SuccessfulKoala55 No logs from clearml in the console, anywhere else I can look?

  
  
Posted 2 years ago

Thanks 🙏

  
  
Posted 2 years ago

CostlyOstrich36
When I just started seeing this issue I could see images from previous iteration. Now some time passed and in the viewer I can't go back to the very first iterations.

  
  
Posted 2 years ago

BoredPigeon26 , are images from previous iterations still showing?

  
  
Posted 2 years ago

BoredPigeon26 , you can scroll through iterations 🙂

  
  
Posted 2 years ago

at some point the button of "Older Images" become grey

  
  
Posted 2 years ago

ok CostlyOstrich36 , SuccessfulKoala55 :
The links differ in the very beginning -
semantics_net%252Ftrainingbecomes:
semantics_net%2FtrainingWhen I change it, I can see the image.

  
  
Posted 2 years ago

You say it happens at the middle of the experiment? any logs that you think might be related?

  
  
Posted 2 years ago

The project name is:
"semantics_net/training"

  
  
Posted 2 years ago

There must be some unescaping for some reason

  
  
Posted 2 years ago

The last one is working or not working?

  
  
Posted 2 years ago

I'll take a look

  
  
Posted 2 years ago

I

  
  
Posted 2 years ago

Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

  
  
Posted 2 years ago

BoredPigeon26 , it looks like the file isn't accessible through your browser. Are you sure the remote machine files are accessible?

  
  
Posted 2 years ago

I killed and restarted the task (it created a new task, with same name, but different id) - and now I can see images again

  
  
Posted 2 years ago

CostlyOstrich36 , The issue does come back, after I kill, restart, and wait a few cycles.
Any luck to reproduce it?

  
  
Posted 2 years ago

Whenever I restart the task, I can see images for a while, then after few iteration, I can't anymore

  
  
Posted 2 years ago

BoredPigeon26 , when you copy and paste the link provided to you by the UI into the browser, can you see the image?

  
  
Posted 2 years ago

I have a local server not reachable from the internet.

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

Can you share an example of a working URL and a non-working URL?

  
  
Posted 2 years ago

tf.summary.image('binary preds', plt_c1, max_outputs=5, step=self.get_step(),
description="Left to right: inputs | sigmoid prediction | labels (blue label, white ignore)") `plt_c1 is a tf tensor .

  
  
Posted 2 years ago

CostlyOstrich36

  
  
Posted 2 years ago

CostlyOstrich36 Page Not Found

  
  
Posted 2 years ago

Can you please provide a snippet of how the debug images are saved, also an example url would be useful :)

  
  
Posted 2 years ago
706 Views
31 Answers
2 years ago
16 days ago
Tags