Replies: 7 comments
-
[2023/12/05 12:52:04] ppocr WARNING: The pretrained params Teacher.head.thresh.conv_bn2.weight not in model 之后就开始疯狂报下面这个错误,直到GPU满了.... [2023/12/05 12:52:04] ppocr ERROR: When parsing line [2023/12/05 12:52:04] ppocr ERROR: When parsing line 我的标签用ppocrlabel自动生成的,格式没改过。paddleocr程序是2.7.1版本的 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
picture/1.jpg [{"transcription": "6414067", "points": [[253, 169], [326, 169], [326, 187], [252, 188]], "difficult": false}] |
Beta Was this translation helpful? Give feedback.
-
手动改了之后变成了这个报错。 |
Beta Was this translation helpful? Give feedback.
-
picture/1.jpg [{"transcription": "6414067", "points": [[253, 169], [326, 169], [326, 187], [252, 188]], "difficult": false}] |
Beta Was this translation helpful? Give feedback.
-
我用tab键也试了,还是报错。。。 |
Beta Was this translation helpful? Give feedback.
-
建議你用with open 直接讀再print出來看比較準 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
[2023/12/05 12:51:59] ppocr INFO: profiler_options : None
[2023/12/05 12:51:59] ppocr INFO: train with paddle 2.5.2 and device Place(gpu:0)
[2023/12/05 12:51:59] ppocr INFO: Initialize indexs of datasets:['./train_data/det/train.txt']
[2023/12/05 12:51:59] ppocr INFO: Initialize indexs of datasets:['./train_data/det/val.txt']
W1205 12:51:59.223706 6740 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 12.2, Runtime API Version: 10.2
W1205 12:51:59.244609 6740 gpu_resources.cc:149] device: 0, cuDNN Version: 7.6.
[2023/12/05 12:52:03] ppocr INFO: train dataloader has 1 iters
[2023/12/05 12:52:03] ppocr INFO: valid dataloader has 0 iters
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.conv.conv.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.conv.conv.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.conv.bn.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.conv.bn.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.conv.bn.bias not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.conv.bn.bias not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.conv.bn._mean not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.conv.bn._mean not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.conv.bn._variance not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.conv.bn._variance not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.expand_conv.conv.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.expand_conv.conv.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.expand_conv.bn.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.expand_conv.bn.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.expand_conv.bn.bias not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.expand_conv.bn.bias not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.expand_conv.bn._mean not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.expand_conv.bn._mean not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.expand_conv.bn._variance not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.expand_conv.bn._variance not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.bottleneck_conv.conv.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.bottleneck_conv.conv.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.bottleneck_conv.bn.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.bottleneck_conv.bn.weight not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.bottleneck_conv.bn.bias not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student.backbone.stage0.0.bottleneck_conv.bn.bias not in model
[2023/12/05 12:52:03] ppocr WARNING: The pretrained params Student2.backbone.stage0.0.bottleneck_conv.bn._mean not in model
.
.
.
[2023/12/05 12:57:19] ppocr ERROR: When parsing line
, error happened with msg: Traceback (most recent call last):
File "D:\model\PaddleOCR-release-2.7.1\ppocr\data\simple_dataset.py", line 150, in getitem
label = substr[1]
IndexError: list index out of range
[2023/12/05 12:57:19] ppocr ERROR: When parsing line
, error happened with msg: Traceback (most recent call last):
File "D:\model\PaddleOCR-release-2.7.1\ppocr\data\simple_dataset.py", line 150, in getitem
label = substr[1]
IndexError: list index out of range
[2023/12/05 12:57:20] ppocr INFO: save model in ./output/ch_db_result/latest
[2023/12/05 12:57:20] ppocr ERROR: When parsing line
, error happened with msg: Traceback (most recent call last):
File "D:\model\PaddleOCR-release-2.7.1\ppocr\data\simple_dataset.py", line 150, in getitem
label = substr[1]
IndexError: list index out of range
[2023/12/05 12:57:20] ppocr ERROR: When parsing line
, error happened with msg: Traceback (most recent call last):
File "D:\model\PaddleOCR-release-2.7.1\ppocr\data\simple_dataset.py", line 150, in getitem
label = substr[1]
IndexError: list index out of range
[2023/12/05 12:57:20] ppocr INFO: save model in ./output/ch_db_result/latest
[2023/12/05 12:57:20] ppocr INFO: best metric, hmean: 0, is_float16: False
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):yes
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
Beta Was this translation helpful? Give feedback.
All reactions