summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-13 21:56:59 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-13 21:56:59 +0200
commit55a29c6c707c289449445c7f15964e9dbbdcf818 (patch)
treeec3b766e39815161345928965dd300c1025a731d /README.md
parent7db6e95f5ae404e276f22ef2c07e72285a33c490 (diff)
Update README
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