Open lbasora opened 3 years ago
hi @lbasora . this particular distribution isn't being maintained anymore. it should probably be deprecated. we recommend using TyXe for doing bayesian neural networks in Pyro
Hi @martinjankowiak . Thanks very much for pointing me to the TyXe library. This is exactly the functionality I was looking for.
Issue Description
The class HiddenLayer is missing attributes '_batch_shape' and '_event_shape'. I provide a very simple code snippet to reproduce the error for '_batch_shape', but I've got the error when training a full model with such distribution layer (in the call to svi.step()).
Environment
For any bugs, please provide the following:
Code Snippet