Keras ValueError: Shapes (None, 1) and (None, 16) are incompatible

后端 未结 0 782
自闭症患者
自闭症患者 2020-12-09 18:36

I\'m trying to train a multilabel classification from text input. I first tokenize the text

tokenizer = Tokenizer(num_words=max_words)
tokenizer.fit_on_texts(         


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