-
My local environment:
CentOS: release 6.9
NCCL: v2.4.7
cuda: 9.0.176
cudnn: 7.3.1
Paddle: 1.5.1
Python: 3.7.3
___________________________________________________________________
When i start t…
-
Start val
Traceback (most recent call last):
File "crnn_main.py", line 200, in
training()
File "crnn_main.py", line 117, in training
val(crnn, test_dataset, criterion)
File "crnn_…
-
Hello there,
Thanks for sharing your project with us. I want to use the saved_model.pb in order to run the inferencing.
To put it another way, the same as test_shadownet.py which test on a single …
-
我运行了OCR模型,有如下错误信息,请问如何修改。说明一下,train.py改名为testtx3.py, 放到了E:\paddletest目录下,其他文件也复制过来,运行python testtx3.py,以下就是错误信息,文件train.py中只把use_cube改为False,其他没改。我的paddlepaddle是1.4.1版本,python是3.7.1版本。
--------------…
-
getting below error while running the code.
Using TensorFlow backend.
Traceback (most recent call last):
File "predict.py", line 82, in
from utils import init_predictor, DecodeCTCPred, Re…
-
1.ctc模型预测报错:
Traceback (most recent call last):
File "infer.py", line 153, in
main()
File "infer.py", line 149, in main
inference(args)
File "infer.py", line 34, in inference
…
-
Hi @novioleo ,
for every validation during training, it keeps saying "target_lengths must be of size batch_size". I am trying to train using batch size of 4 using ICDAR2015 data set. Hope you could h…
ongcj updated
5 years ago
-
I run crnn_main.py by this command:
`python crnn_main.py --trainroot="/home/wangjianbo_i/OCR/data/IIIT5K/traindatalmdb" --valroot="/home/wangjianbo_i/OCR/data/IIIT5K/testdatalmdb" --cuda --alphabet…
-
I added a simple test image to the demo folder and it gets wrongly recognized.
The image:
![test_dbg](https://user-images.githubusercontent.com/4124102/61876329-e6404f80-aeec-11e9-8208-13f477a262d5.…
-