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
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Hi,
I have a problem in which my X array being the input is a 10x2 array while the Y array is a 1x2. That means that all the X array should be evaluated in order to give the Y output of the model. All 10 rows must be considered as input, and not individually one input per row.
i.e.
X=[10x2] -> Y= [1x2]
Is there any way I could deal with that?
Thanks a lot in advance
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem in which my X array being the input is a 10x2 array while the Y array is a 1x2. That means that all the X array should be evaluated in order to give the Y output of the model. All 10 rows must be considered as input, and not individually one input per row.
i.e.
X=[10x2] -> Y= [1x2]
Is there any way I could deal with that?
Thanks a lot in advance
The text was updated successfully, but these errors were encountered: