Hi All,
I have structured training data as a pandas dataframe object. The data looks like below.
The label column is my target and I want to train a convolutional layer with this data. The input values are normalized between 0 to 1. The problem is with the label column. It takes an array of classes.
I am unable to feed this data to a convolution layer. Can anyone please help me with how I can use this data for training a model?
Thanks