You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenerateKeras produces invalid model code if used on a model as shown in the figure below. Since, LSTM has multiple outputs, it is not able to assign any to the actual Model code.
The code generated is the following(Master Branch):
GenerateKeras
produces invalid model code if used on a model as shown in the figure below. Since, LSTM has multiple outputs, it is not able to assign any to the actualModel
code.The code generated is the following(Master Branch):
The text was updated successfully, but these errors were encountered: