How does it handle images?
You can make image networks (unet-like things) by chunking rectangles in 2D (with some convolution steps)... I wonder if there is an image-specific architecture a bit like this that could possibly work well?
21–23 of 23 posts
How does it handle images?
How does it handle images?
You can make image networks (unet-like things) by chunking rectangles in 2D (with some convolution steps)... I wonder if there is an image-specific architecture a bit like this that could possibly work well?
If it forms a hierarchy (a tree), it seems like it wouldn't be robust to rearranging the information in a prompt.
eg if your request has a long list or a table of data, all the different permutations of that will create different trees even though they're actually the same thing.