Keras, cascade multiple RNN models for N-dimensional output
问题 I'm having some difficulty with chaining together two models in an unusual way. I am trying to replicate the following flowchart: For clarity, at each timestep of Model[0] I am attempting to generate an entire time series from IR[i] (Intermediate Representation) as a repeated input using Model[1] . The purpose of this scheme is it allows the generation of a ragged 2-D time series from a 1-D input (while both allowing the second model to be omitted when the output for that timestep is not