masa-su / pixyz

A library for developing deep generative models in a more concise, intuitive and extendable way
https://pixyz.io
MIT License
487 stars 41 forks source link

feature request: MultivariateNormal #173

Open yoyololicon opened 3 years ago

yoyololicon commented 3 years ago

Will it be possible to support multivariate normal distributions just like pytorch does, where user can provide custom covariance matrix in the future? I want to implement a VAE where the inference model produce a mean and a first-order autoregressive covariance matrix, and the posterior distribution is multivariate.