LP_BNN icon indicating copy to clipboard operation
LP_BNN copied to clipboard

LPBNN_layers bug?

Open jadie1 opened this issue 1 year ago • 1 comments

Hello, thanks for providing your code.

I have a question, LPBNN_layers line 75 is: embedded_mean, embedded_logvar=self.encoder_fcmean(embedded),self.encoder_fcmean(embedded) Should this not be: embedded_mean, embedded_logvar=self.encoder_fcmean(embedded),self.encoder_fcvar(embedded) As it is, it appears to be enforcing that the mean and logvar are the same. This bug is present in every layer defined in LPBNN_layers.

Additionally, I was wondering why VAE embedding is applied only for alpha and not for gamma. Is there a benefit to only defining alpha as Bayesian? Was this the case for the results reported in your paper?

jadie1 avatar Jun 25 '23 20:06 jadie1

Thanks for your comment. We will correct that mistake and retrain for the end of this week.

Best,

giannifranchi avatar Jun 26 '23 07:06 giannifranchi