Keras and Error: Setting an array element with a sequence

后端 未结 3 2129
逝去的感伤
逝去的感伤 2021-01-21 11:49

I have a problem with the input of multiple data sources in my neural network. My dataframe is:

                           0  1  2                   3   4  
0            


        
3条回答
  •  Happy的楠姐
    2021-01-21 12:12

    First of all, convert the input array into numpy array and convert the categorical boolean inputs into numbers. Then, give input dimension = 8 instead of 4.

提交回复
热议问题