What is: NVAE Encoder Residual Cell?
| Source | NVAE: A Deep Hierarchical Variational Autoencoder |
| Year | 2000 |
| Data Source | CC BY-SA - https://paperswithcode.com |
The NVAE Encoder Residual Cell is a residual connection block used in the NVAE architecture for the encoder. It applies two series of BN-Swish-Conv layers without changing the number of channels.
