Open Chopper-233 opened 1 year ago
Hi, thank you :) I'm sorry for the late reply. The very high loss is normal (the sum is calculated, not the average over the pixels). Can you start Tensorboard (tensorboard --logdir runs) and see if L1 or SSIM improve (you may need to increase smoothing in Tensorboard)? Alternatively, you can also look at the images (runs/.../lightning_logs/version_0/images) - do they get better (sharper) over the epochs?
I also tried to apply your code to my own datasets to train my own VAE but (runs/.../lightning_logs/version_0/) folder does not contain any Image Folder or .CKTP file it only contains following 2 files even after several epochs(100+), I didn't change too much code in your project except the dataset Can you help me with this?
Hi, thank you for your study and code. When I was training VAE with my own data, images appeared in the runs->...->version_0->images folder. Could you tell me what each row and column represents? Thank you very much and look forward to your reply.
Hi, thank you for your study and code. When I was training VAE with my own data, images appeared in the runs->...->version_0->images folder. Could you tell me what each row and column represents? Thank you very much and look forward to your reply.
First row is input sample and second the reconstruction. I could run successfully on my own dataset. The model almost converged on my dataset after 60 epochs as seen from the logs using tensorboard.