Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# Deblobbing, the blob.
|
| 5 |
|
| 6 |
So as of the SVAE v2's official structure dictates, the decoder must account for the newly introduced elements to correctly decode.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# V2 is blobby!
|
| 5 |
+
|
| 6 |
+
Time to go direct, going to train the whole model with SVD-related paradigms internally rather than trying to feed the model SVD.
|
| 7 |
+
|
| 8 |
+
You can call this decoder an inverse cascade decoder.
|
| 9 |
+
|
| 10 |
+
|
| 11 |
# Deblobbing, the blob.
|
| 12 |
|
| 13 |
So as of the SVAE v2's official structure dictates, the decoder must account for the newly introduced elements to correctly decode.
|