pytorch-beginner icon indicating copy to clipboard operation
pytorch-beginner copied to clipboard

should loss function for vae use binary_cross_entropy?

Open ethanjyx opened this issue 5 years ago • 0 comments

https://github.com/L1aoXingyu/pytorch-beginner/blob/052ed0d4e3d3959e86c88737fd133ef5d0180acc/08-AutoEncoder/Variational_autoencoder.py#L75

this line here it assigned to variable called BCE, but uses MSE instead

ethanjyx avatar Jan 27 '20 06:01 ethanjyx