标签: tensorflow keras model nlp bert-language-model
我正在尝试使用bert和keras为我的研究构建分类器。
当X是句子中单词和空格的数量时,我得到了bert编码(形状-(1,X,768))。
如果X不一致,如何构建keras模型?