-
This is my code:
```
embedding_types = [CharacterEmbeddings(), BytePairEmbeddings('multi')]
embeddings = StackedEmbeddings(embeddings=embedding_types)
tagger = SequenceTagger(hidden_size=256,
…
-
Hi PaddleOCR Teams,
我根据[文字识别](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.4/doc/doc_ch/recognition.md)进行训练时,最后的acc为0,而且评估的结果也为0,我照着示例一步步做的,就改了一下eval_batch_step的值为500.
训练log
PS D:\pad…
-
将ccpd数据集截取车牌区域,只训练字符识别阶段,100K图像训练。
设置自己的车牌字典,使用ch_ppocr_server_v1.1_rec_train/best_accuracy为预训练权重,训练过程中评估效果较好
(Test iter: 38000, acc:0.996700, best_acc:0.997700, best_epoch:14, best_batch_id:20000, …
-
运行python tools/train.py -c configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_distillation.yml时报错
Traceback (most recent call last):
File "tools/train.py", line 131, in
main(config, device, logger, vdl…
-
We (@metanoid and I) were trying to see if can get the [char-rnn]( https://github.com/FluxML/model-zoo/blob/zygote/text/char-rnn/char-rnn.jl) example to work
We modified
https://github.com/FluxM…
-
### Plugin Version or Commit ID
v0.10.1
### Unity Version
2021.3.3f1
### Your Host OS
Windows 10 Home
### Target Platform
UnityEditor
### [Windows Only] Visual Studio C++ and W…
-
跑完2000次迭代训练的时候出了问题
- 系统环境/System Environment:win10
- 版本号/Version:Paddle:2.1.3.post110 PaddleOCR:2.3.0.1
- 运行指令/Command Code:python tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_ctc.yml
- …
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:anaconda
- 版本号/Version:Paddle:2.2.1 PaddleOCR: 问题相关组件/Related components:
- 运行指…
-
Hey I am getting the following error when trying to evaluate the pretrained model weights. Are there any pointers you could give me, what is going on here?
```
input> This is a simple test sentenc…
-
我运行的命令是
CUDA_VISIBLE_DEVICES=0 python train.py --config config/conll_03_english.yaml --test
配置文件也没有修改过,会出现RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED
```
Traceback (most recent call l…