-
The following have been reloaded with a version change:
1) gcc/7.2.0 => gcc/7.1.0
Using TensorFlow backend.
WARNING:tensorflow:There is non-GPU devices in `tf.distribute.Strategy`, not using nc…
-
运行这个文件,会报错'NoneType' object has no attribute '_inbound_nodes'。
Traceback (most recent call last):
File "/home/xuwei/Downloads/pycharm-professional-2021.3.3/pycharm-2021.3.3/plugins/python/helpers/…
-
位置:bert4keras/bert4keras/tokenizers.py ---- 第199行
问题:对字典中没有的词进行编码时,把该词等同于self._token_unk_id,但这个局部变量未定义。
建议:直接设定为self._token_unk_id=10
-
我尝试了用google的chinese-bert模型 和 zhuiyi的wobert-plus模型,来进行预测句子中[MASK]的候选词的实验,发现wobert-plus得到的结果都是停用词,请教一下哪里操作错误了。
predict函数:
```python
def TopCandidates(token_ids, i, topn=64):
"""用语言模型给出第i个位置的to…
-
Simbert不能正常使用,除非你安装:bert4keras、tensorflow ,为了安装快捷,没有默认安装.... Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenera…
-
import os
import numpy as np
from bert4keras.backend import keras, K
from bert4keras.models import build_transformer_model
from bert4keras.tokenizers import Tokenizer
from bert4keras.snippets imp…
-
请问一下outputs = TotalLoss([2, 3])(roformer.inputs + roformer.outputs)这句有点没看懂,可以简单讲一下吗?
-
### 基本信息
- 你使用的**操作系统**: centos7.x86_64
- 你使用的**Python**版本: 2.7.5
- 你使用的**Tensorflow**版本: 1.14.0
- 你使用的**Keras**版本:
Keras 2.3.1
Keras-Applications 1.0.8
Keras-Pr…
-
**You must follow the issue template and provide as much information as possible. otherwise, this issue will be closed.
请按照 issue 模板要求填写信息。如果没有按照 issue 模板填写,将会忽略并关闭这个 issue**
## Check List
Thanks…
-
> 可以用PCA降维,参考:https://kexue.fm/archives/8069
好的,我后续试一下这个PCA降维度。
我目前做了一个实验,就是上面截图那样,下载了bert4keras源码,然后新增了一个Dense层,强制把维度修改为300了,然后我在自己的语料上fineturn了一下,计算cos相似度,对同一个句子对,前后对比发现整体cos值变高了
_Originally …