maxhodak / keras-molecules

Autoencoder network for learning a continuous representation of molecular structures.
MIT License
519 stars 146 forks source link

binary cross-entropy in vae_loss #60

Open fgvbrt opened 7 years ago

fgvbrt commented 7 years ago

Hi, why do you use binary crossentropy in vae_loss https://github.com/maxhodak/keras-molecules/blob/master/molecules/model.py#L77 ? It looks natural to use categorical-cross entropy and also authors of original article used categorical cros-entropy. Have you compared these two losses?