-
中文特殊场景,假设我已经通过普通的数据集训练完SRN模型,我可以通过大量特殊场景语义合成数据仅训练语义模块吗
是修改loss文件的
sum_cost = cost_word * 3.0 + cost_vsfd + cost_gsrm * 0.15
把cost_word权重设为0就可以吗
-
Hi @liuhu-bigeye
https://github.com/liuhu-bigeye/enctc.crnn/blob/de22c76f55b86a19c3fb6f9b1b882bbda09a56dd/pytorch_ctc/m_ctc.py#L95
Could you kindly confirm whether the output of the log_batch_dot…
-
我训练识别模型 到时候,reader进程数量是8个或者4个,但是进程会死掉。
刚才修改成了2个,后才注意到一条日志“place would be ommited when DataLoader is not iterable”。
reader死掉,导致无法训练。这个问题比较着急,请帮忙解决一下,谢谢
aceyw updated
3 years ago
-
Dear Intel team, first of all thanks for your work and provided code!
I would like to ask about LPRNet tensorflow model, did anyone try to convert it to caffe? If yes, what is the best tool to do it?…
-
F:\baiduai\PaddleOCR>python tools/export_model.py -c configs/rec/ch_ppocr_v1.1/rec_chinese_lite_train_v1.1.yml -o Global.checkpoints=./output/rec_CRNN3/best_accuracy Global.save_inference_dir=./infer…
-
文本识别任务,目前是 2 张 V100 32G 环境,单卡运行没有问题,一旦使用多卡训练,报错:
----------- Configuration Arguments -----------
gpus: None
heter_worker_num: None
heter_workers:
http_port: None
ips: 127.0.0.1
log_dir: log
n…
-
### 环境:AI Studio高级版(32G显存)
### 错误信息:
```python
You are using Paddle compiled with TensorRT, but TensorRT dynamic library is not found. Ignore this if TensorRT is not needed.2020-12-09 10:45:16,960-…
-
训练的模型是识别模型:CRNN(mobilenetv3_small+bilstm+ctc)
paddle转onnx命令:
`paddle2onnx --model_dir inference/rec_crnn/ --model_filename inference.pdmodel --params_filename inference.pdiparams --save_file on…
-
1. 检测模型使用的是icdar2015作为数据集,MobileNetV3_large_x0_5_pretrained.pdparams作为预训练模型,训练了50个epochs后在训练集和测试集上测试检测效果,得到的结果均为空(输出的txt文档里每个图片对应的都是空list)
2. 识别模型使用的是icdar2015数据集,rec_mv3_none_bilstm_ctc_v2.0_train…
-
paddle 版本 2.0.2 paddleOCR 是2.1
想训练一个手写体识别模型 利用的是hwdb 单字合成图片来训练的 长度已经控制 1-25 目前合成第一批 24万多一点 想试一下效果 字典 7300多字符 原始文件改动了 字典和数据集路劲 和 batch_size_per_card 没有加载预训练模型
name: Cosine 这个属性群里有人说去…