
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
路径无法对应,查看config.py文件,修改bert_dir为下载的Chinese-BERT-wwm-master。目录,注意修改文件名bert_config.json 为 config.json。

前情提要:语句为 from tensorflow.keras.optimizers import adam_v2python版本为3.7,对应keras版本为2.3.1满屏的博客都是cannot import name 'Adam' from 'keras.optimizers',据说是因为keras版本升级,然后解决办法是把Adam改成adam_v2(还可能是改成from tensorflow.
We're sorry...... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.

We're sorry...... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.

在服务器内创建docker运行自己的项目
使用pip install命令安装失败,让我检查pip版本是否对应,一通操作下来还是不成功。pycharm那个settings导入也失败。正确做法:aircv是基于opencv的,所以需要先安装opencv和numpypip install numpypip install opencv-contrib-pythonpip install aircv成功安装...
前情提要:没有gensim,直接pip install了最新版本接下来运行程序,发现缺少gensim的子模块,并且源码确实没有这些模块。查询发现应该是gensim更新删除了部分子模块。这个模块正在被删除的列表里面。Gensim 迁移指南如下https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4#