AbstractPhil commited on
Commit
42b23b5
·
verified ·
1 Parent(s): 3457fd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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.