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
There should be a way to provide the Model with two arrays (inputs, outputs) in order to facilitate (or eliminate) passing of these parameters to Model(), model.compile() and model.fit().
The side-effect is also eliminating the (high) risk of the programmer passing the parameters in the wrong order.
The internals could be something like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There should be a way to provide the Model with two arrays (inputs, outputs) in order to facilitate (or eliminate) passing of these parameters to Model(), model.compile() and model.fit().
The side-effect is also eliminating the (high) risk of the programmer passing the parameters in the wrong order.
The internals could be something like this:
instead of:
replace by:
Beta Was this translation helpful? Give feedback.
All reactions