-
### **请问使用paddlehub可以自定义网络吗,如果可以,应该怎么做,能否提供demo呢?**
[具体来说,如官方文档给定的](https://github.com/PaddlePaddle/PaddleHub/tree/release/v1.8/demo/text_classification)
`使用预置网络,可以通过hub.TextClassifierTask参数network进…
-
Hi @dsindex
I'm getting the following error, while running `evaluate.py` with these parameters:
`evaluate.py --config=configs/config-bert.json --data_dir=data/conll2003 --model_path=pytorch-mod…
geo47 updated
3 years ago
-
Hello @dsindex
I need some advice related to `sequence labeling` and `multi-class classification` problem.
Given a dataset having:
1- `Sentence`: each sentence contains entities.
2- `Catego…
geo47 updated
3 years ago
-
If yes,How long will you take add predict.py for OPE and OTE tasks?
-
@eftekhar-hossain @omar-sharif03
In your paper, it is mentioned that these classifiers are used for task A
CNN + BiLSTM
SVM + TF-idf
SVM + Word2Vec (ED=200)
SVM + Word2Vec (ED=150)
In th…
-
Hello,
With the given parameter, I applied CharCNN and concate with BERT embedding alongside POS embeddings. However, CharCNN concatination gives dimension error.
```
File "ntagger/model.py", l…
geo47 updated
3 years ago
-
我训练识别模型 到时候,reader进程数量是8个或者4个,但是进程会死掉。
刚才修改成了2个,后才注意到一条日志“place would be ommited when DataLoader is not iterable”。
reader死掉,导致无法训练。这个问题比较着急,请帮忙解决一下,谢谢
aceyw updated
3 years ago
-
I run my code with keras_contrib without any problem, but now i want to retrain my code with tensorflow2 and use this code for crf.
and get this error:
`ValueError: The last dimension of the input…
mj125 updated
3 years ago
-
in https://github.com/UKPLab/sentence-transformers/tree/master/examples/training/avg_word_embeddings。
you put a bilstm on the bert-embedding ,then put a pooling on the bilstm。
you use bilstm lay…
-
Hello,
I attempted to use the RONEC corpus with Spacy for NER and I encountered some problems while following the tutorial for using Spacy with RONEC:
## 1
I cloned the repository and I tried …