-
您好,我想问一下,为什么在这个数据集上训练的结果的ACC和F1值始终在一样的呢?
-
## 🐛 Bug
version 1.4 OK, 1.6 Bug
mutil-GPU torch.nn.DataParallel(model)
======================================
Traceback (most recent call last):
File "/home/zy/CODE/bishe/glyce/glyce/bin/…
-
您好,我下载了bq数据集,设置了数据集路径,为什么会报这样的错,是需要数据预处理吗
```python
input_file /home/lrr/workspace/glyce_datset/sent_pair/bq/train.json
Traceback (most recent call last):
File "/home/lrr/workspace/glyce/glyce…
Li-rr updated
3 years ago
-
Has successfully installed requirements, but get errors when going word-embedding as follow;
glyce_embedding = CharGlyceEmbedding(glyce_config)
File "/home/jyx/projects/glyce/glyce/layers/char_g…
-
Excuse me, I don't find the config files in the path?is ia any question ?
______________________________________
Traceback (most recent call last):
File "./bin/run_bert_glyce_tagger.py", line 404…
-
```
# load glyce hyper-params
glyce_config = GlyceConfig()
```
按照qiuck start,运行这个命令,会出现
‘object of type 'NoneType' has no len()`
-
## 🐛 Bug
Hi, everyone, I have been stuck here for several days, I need some help, thanks in advance.
![image](https://user-images.githubusercontent.com/31238754/117386722-f38bca00-af19-11eb-9b5f…
-
I am confused that what should I write in "bert_model" item.
When I use vocab.txt of bert pretraining model, error occurs.
When I use the path of bert pretraining model, error occurs too.
```
gl…
-
很奇怪按照您发的代码和数据集,首先读取数据就会报错:
IndexError: list index out of range
这个改完之后,数据读取后又会报错:
File "/home/zhu/glyce-master/glyce/utils/render.py", line 107, in pad_mask
return np.array(padded_mask)[: fonts…
-
请问Glyce 根据图训练出来的向量在哪啊?我看不太明白,论文不是采用了各个时期和各种书写版本吗?数据在哪里呀?需要自己下载吗?