-
Hi,
I think your code may have some problems about data split and model:
1. In line 101 of semi_supervised.py, 0.2 may be means percentage? I think you should use args.percentage.
2. In super…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 10.15.4
- TensorFlow installed from (source or binary): binary
- TensorFlow version (or github SHA if from so…
-
1、选了PaddleOCR上的rec_mv3_none_bilstm_ctc做为pretrain model。效果还没有同样中文模型效果好(但这个中文的识别率也低于50%)。有什么好建议?
2、图片大小是【70,670】,缩小到代码默认的32,200会不会影响结果?
3、我制作了一个label,只有数字和大写字符。训练都指定了用这个label,推理时也指定了这个label文件,但推理居…
-
I have faced with mismatch, error what I have done, I add my data in the desired format as in train01 and dev01 and test01.
do you know what is the problem? (detail in below)
maybe i should ad…
-
System information
-PaddlePaddle version: develop, `d28162b97fd2d224968c18c9da735900ef280e7c`
-CPU: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz, mkldnn enabled
-GPU: P4, CUDA10, CUDNN7.5, compile wit…
-
An observation by @brucemiller , and I would like to ask him to share additional ones if/when they come to mind:
The addition of latexml's tokenization "role" attributes into the lexemes may actual…
-
# ❓ Questions & Help
## Details
I would like to use TFBert as encoder
then I will add additional layer on-top of it (with custom model class)
So, I would like to fine-tune all layer d…
-
Hi, thank you for proposing this model!
I am running some experiments on my dataset for comparison between BiLSTM and Code2Seq. However, the BiLSTM seems to have very high score (80 F1) compared with…
-
I trained model for a while & cancelled training
Now i'm trying it test. i'm getting below issue. kindly please help. thanks in advance
**Command:**
!python test.py --checkpoint saved/models/PICK…
-
我的数据集和ChinaPeoplesDailyNerCorpus中的人民日报数据格式是一样的,但实体类别不同(15种),用get_sequence_tagging_data处理完自己的数据直接用于输入就可以了吗?需要自己添加tag字典嘛?
我用我的数据集在原始的BERT模型上跑的acc只有0.67,昨天用您的BLSTMCRF模型crf_acc能达到0.91,该如何判断是我那儿出错呢,还是BLST…