InvalidArgumentError: Trying to access element 24 in a list with 24 elements

前端 未结 0 1562
南方客
南方客 2021-01-05 07:58

I was trying Sentiment Analysis on Stanford Sentiment Tree Bank and made a model by myself:

modelRNN = Sequential()
modelRNN.add(Embedding(len(weight_matrix),         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题