Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
# Prototype V10 Patchwork Cross-Attention
|
| 5 |
|
| 6 |
Tiny Imagenet can't draw enough information from a single monotonic MLP projection, so I'm breaking the structure into quadrant-based mlp patches
|
| 7 |
with cross-attention for a prototype.
|
|
@@ -13,7 +13,9 @@ so I'm building it to a full vit structure over time to ensure solidity and soli
|
|
| 13 |
|
| 14 |
Current proto is more stable but requires a bit more oomph.
|
| 15 |
|
| 16 |
-
The CV is enjoying it's drift a BIT too much
|
|
|
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
# Prototype V9 prod
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
# Prototype V10 Patchwork Cross-Attention - Unstable
|
| 5 |
|
| 6 |
Tiny Imagenet can't draw enough information from a single monotonic MLP projection, so I'm breaking the structure into quadrant-based mlp patches
|
| 7 |
with cross-attention for a prototype.
|
|
|
|
| 13 |
|
| 14 |
Current proto is more stable but requires a bit more oomph.
|
| 15 |
|
| 16 |
+
The CV is enjoying it's drift a BIT too much
|
| 17 |
+
|
| 18 |
+
I'll try attention alpha rather than rigid alpha. 4 patches is a bit unstable, so lets get some stability.
|
| 19 |
|
| 20 |
|
| 21 |
# Prototype V9 prod
|