nlp
文章平均质量分 60
cangming1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BERT-base 模型关于tensorflow版本不匹配问题
tensorflow高版本适配低版本解决方法 IDE: PyCharm tf版本: 2.9 运行bert模型 出现报错module 'tensorflow._api.v2.train' has no attribute 'Optimizer' 根本原因是tensorflow 1的版本与2不适配 将class AdamWeightDecayOptimizer(tf.train.Optimizer) 改为 module 'tensorflow._api.v2.train' has no a原创 2022-05-21 18:39:18 · 843 阅读 · 1 评论 -
Sentiment analysis of Weibo short text based on attention mechanism and BERT model
Sentiment analysis of Weibo short text based on attention mechanism and BERT model Chunyu Jiao CCNU Artificial Intelligence Academy Wuhan, China 1060023370@qq.com Abstract—With the gradual development of deep learning..原创 2022-01-10 19:54:06 · 512 阅读 · 0 评论
分享