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
I am attempting to build a model that takes in Array2D for the features and Array1D for the labels.
The feature vectors are numpy arrays stored in a python list, and the labels are one-hot encoded arrays in a numpy array.
The error comes when I attempt to use the parametric attention layer. It says that y must be a ragged list, but there aren't any layers that affect y to my knowledge.
Been working on this for a while, any input would be great.
The text was updated successfully, but these errors were encountered:
I am attempting to build a model that takes in Array2D for the features and Array1D for the labels.
The feature vectors are numpy arrays stored in a python list, and the labels are one-hot encoded arrays in a numpy array.
The error comes when I attempt to use the parametric attention layer. It says that y must be a ragged list, but there aren't any layers that affect y to my knowledge.
Been working on this for a while, any input would be great.
The text was updated successfully, but these errors were encountered: