mypackage.MyPyroModule
- class mypackage.MyPyroModule(n_input, n_latent, n_hidden, n_layers)[source]
Skeleton Variational auto-encoder Pyro model.
Here we implement a basic version of scVI’s underlying VAE [Lopez18]. This implementation is for instructional purposes only.
- Parameters
Methods
get_latent(tensors)guide(x, log_library)model(x, log_library)