18 Jan
2022
18 Jan
'22
10 p.m.
i'm drafting an attempt to use perceiver i thought i'd try to convert between numbers and the words for them the next step is, i need to figure out how to get the ends of the model to match that kind of data. means comprehending the configs, preprocessor, postprocessor/decoder, again. i'm thinking it would be nice to put processors on the ends of the model such that it handles either a single number, or a sequence of characters. but maybe it would make sense for me to start with a simpler task: like a single number to another single number, maybe simplify further by having the numbers be full embedding vectors with 0s for their extra elements.