Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 bert 和 keras 为我的研究构建分类器。
当 X 是句子中单词和空格的数量时,我得到了 bert encoding (shape - (1,X,768))。
如果 X 不一致,我如何构建 keras 模型?