cloneofsimo
commited on
Commit
•
62785a4
1
Parent(s):
75fcb6a
Upload folder using huggingface_hub
Browse files- README.md +1 -3
- contents/vae.png +3 -0
README.md
CHANGED
@@ -21,9 +21,7 @@ These include:
|
|
21 |
... but so little material online on the actual preprocessed dataset. I'm here to fix that. One thing I noticed was that latent doesn't have to be full precision! Indeed, they can be as small as int-8, and it won't hurt! Here are some of the examples:
|
22 |
|
23 |
<p align="center">
|
24 |
-
<img src="contents/
|
25 |
-
<img src="contents/monkey_torch.float32.png" alt="small" width="200">
|
26 |
-
<img src="contents/monkey_torch.uint8.png" alt="small" width="200">
|
27 |
</p>
|
28 |
|
29 |
| original, reconstructed from float16, reconstructed from uint8*
|
|
|
21 |
... but so little material online on the actual preprocessed dataset. I'm here to fix that. One thing I noticed was that latent doesn't have to be full precision! Indeed, they can be as small as int-8, and it won't hurt! Here are some of the examples:
|
22 |
|
23 |
<p align="center">
|
24 |
+
<img src="contents/vae.png" alt="small" width="800">
|
|
|
|
|
25 |
</p>
|
26 |
|
27 |
| original, reconstructed from float16, reconstructed from uint8*
|
contents/vae.png
ADDED
Git LFS Details
|