The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
how to connect RNN layer to another RNN layer in keras
Hi everyone,
i have been facing this trouble for quite some time and i really hope that i get some reply on this. Is this due to the problem of the keras installation or just that i did not know the proper way of putting them together? thank you guys
0
Answers
tagging @pschlunder
Scott
Hi @dass,
in general you can put one reccurent layer after another. Under the hood, the data shape of a previous layer is passed as the input shape of the current one. But you don't need to handle that yourself, except for the first layer. The input shape of the first layer is set with the "input shape" parameter in the Keras Model Operator. Please check the help text of this operator for information on how to set it.
If you're still facing problems make sure to post your process here. You can use the XML view to get a XML representation of the process that you can copy & paste here.
Hope this helps,
Philipp
Hi @pschlunder,
thank you for the reply, i really appreciate it. Sad to say, the model still displaying error whenever i added another layer to it. When dealing with only 1 layer, the model runs perfectly fine. However, when i add in another layer, the output from the first layer does not match with the input for the second layer. I'm not sure if that is really the case, so i have included the xml process and also the error here as well.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing