question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[App]: Can't see logged images in charts UI

See original GitHub issue

Current Behavior

I am using wandb to report my generative model’s progress. With a fixed intervals of steps (let’s say for every 100 epoch), I want to log a set of sampled images. However, when I run the code below for this, generated images are saved as a file in the wandb web app instead of showing up as a part of UI. How can I fix this?

I also tried to submit images by giving each a different label and giving them as an array but both versions doesn’t solve the issue.

wandb.log({f"examples_{i}": wandb.Image(image) for i, image in enumerate(images)}, step=self.step + self.resume_step) wandb.log({"examples": [wandb.Image(image) for i, image in enumerate(images)]}, step=self.step + self.resume_step)

Expected Behavior

I am expecting to see results in UI as I can see on the tutorials.

Steps To Reproduce

No response

Screenshots

No response

Environment

OS: Docker ubuntu_20.04

Browsers: Chrome 102

Version: wandb version is 0.12.19 (Python)

Additional Context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
phtu-cscommented, Jul 9, 2022

I had the same issue. Images are not showing in Media section.

0reactions
ramit-wandbcommented, Sep 15, 2022

Hi @furkan-celik, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

Read more comments on GitHub >

github_iconTop Results From Across the Web

[App]: Can't see logged images in charts UI #3854 - GitHub
Hi @furkan-celik, Looks like your images might not be being logged because they never reach the condition to log . The frequency of...
Read more >
Display images and documents - AppSheet Help
Show images in Smartsheet; Document and image caching. Where are images and documents stored? In the app editor, images are stored in Image...
Read more >
Logging FAQs - Documentation - Weights & Biases - Wandb
How can I organize my logged charts and media in the W&B UI? ... Each time you log images from a step, we...
Read more >
Configure a placeholder image for missing images in mobile ...
To open the system properties list, type sys_properties.list in the Application Navigator. Some tables already have a placeholder image defined.
Read more >
Images - Foundations - Human Interface Guidelines - Design
Supply high-resolution images for all artwork in your app, for every device you support. You accomplish this by multiplying the number of pixels...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found