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.
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.