summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d308bd9..304f185 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ Ideas of mine that did not work unfortunately:
* Efficientnet was apparently a terrible choice of an encoder
- A ConvNext module heavily copied from lucidrains [x-unet](https://github.com/lucidrains/x-unet)
+ was incredibly much better at encoding the images to a better representation.
* Use VQVAE to create pre-train a good latent representation
- Tests with various compressions did not show any performance increase compared to training directly e2e, more like decrease to be honest