decoder generates noise images
See original GitHub issueHi,
I am trying to train a decoder on CUB-200 dataset. However, after nearly 400 epochs, the decoder can still only generate noises and I have been trying a long time to figure out why. I would appreciate your suggestions!
So the training loss decreases pretty steadily, but the images still look like this:
I have only used 1 unet and the configuration is: dim = 128, image_embed_dim = 768, dim_mults = (1, 2, 4, 8),
, for the decoder, the parameters are: image_size=64, timesteps = 1000, image_cond_drop_prob = 0.1, text_cond_drop_prob = 0.5, learned_variance = False
.
Thank you!
Issue Analytics
- State:
- Created a year ago
- Comments:23 (11 by maintainers)
Top Results From Across the Web
Hands-on Guide to Image Denoising using Encoder- ...
Hands-on Guide to Image Denoising using Encoder-Decoder Model. In this article, we are going to see how we can remove noise from the...
Read more >Use Autoencoders to Denoise Images | Pluralsight
This guide will deal with how autoencoders help to reduce noises in an image. It will use the Keras module and Fashion MNIST...
Read more >Image Denoising using AutoEncoders -A Beginner's Guide
So, In this article, we will see how we can remove the noise from the noisy images using autoencoders or encoder-decoder networks.
Read more >Image Noise Reduction in 10 Minutes with Deep ...
Using Autoencoders to Clean (or Denoise) Noisy Images with the help ... to create an inversed version of this network as the decoder...
Read more >Image Denoising Using a Deep Encoder-Decoder Network ...
As output it produces four denoised sub-images which are then upsampled to recover the final output image. For Additive White Gaussian Noise. ( ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok, I will come back and update. Thanks
the batch size is 128