pytorch/examples
View on GitHubWhy don't we use MSE as a reconstruction loss for VAE ?
Open
#399 opened on Aug 7, 2018
good first issue
Repository metrics
- Stars
- (21,634 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi,
I am wondering if there is a theoretical reason for using BCE as a reconstruction loss for variation auto-encoders ? Can't we simply use MSE or norm-based reconstruction loss instead ?
Best Regards