Vittorio Pippi
commited on
Commit
·
dca865d
1
Parent(s):
ac782ef
Added images
Browse files- README.md +4 -0
- samples/lam_sample_reconstructed.png +0 -0
README.md
CHANGED
@@ -20,6 +20,10 @@ library_name: diffusers
|
|
20 |
|
21 |
## Emuru Convolutional VAE
|
22 |
|
|
|
|
|
|
|
|
|
23 |
This repository hosts the **Emuru Convolutional VAE**, described in our paper. The model features a convolutional encoder and decoder, each with four layers. The output channels for these layers are 32, 64, 128, and 256, respectively. The encoder downsamples an input RGB image (with three channels and dimensions width and height) to a latent representation with a single channel and spatial dimensions that are one-eighth of the original height and width. This design compresses the style information in the image, allowing a lightweight Transformer Decoder to efficiently process the latent features.
|
24 |
|
25 |
### Training Details
|
|
|
20 |
|
21 |
## Emuru Convolutional VAE
|
22 |
|
23 |
+

|
24 |
+
|
25 |
+

|
26 |
+
|
27 |
This repository hosts the **Emuru Convolutional VAE**, described in our paper. The model features a convolutional encoder and decoder, each with four layers. The output channels for these layers are 32, 64, 128, and 256, respectively. The encoder downsamples an input RGB image (with three channels and dimensions width and height) to a latent representation with a single channel and spatial dimensions that are one-eighth of the original height and width. This design compresses the style information in the image, allowing a lightweight Transformer Decoder to efficiently process the latent features.
|
28 |
|
29 |
### Training Details
|
samples/lam_sample_reconstructed.png
ADDED
![]() |