Not sure if this is the right place, but I am trying to understand what people would recommend for implementing an encoder-decoder architecture in executorch. Would you implement them as 2 separate models and call the encoder once in the c++ runner, then pass the results as an input to the decoder (followed by the same type of decoder iteration that decoder only models do?)
Or is there a better way?
Thanks