PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.12k stars 5.55k forks source link

在 Jetpack 使用GPU进行文字识别训练得到 warp-ctc [version 2] Error in get_workspace_size: execution failed #48131

Open Liguanqin opened 1 year ago

Liguanqin commented 1 year ago

bug描述 Describe the Bug

在 Jetpack 使用GPU 对PaddleOCR进行文字识别训练得到 warp-ctc [version 2] Error in get_workspace_size: execution failed。

如果使用CPU(Global.use_gpu=false)可以正常训练,但是使用GPU(Global.use_gpu=true)就不行

  1. Paddle: paddlepaddle-gpu 2.3.2
PaddlePaddle 2.3.2, compiled with
    with_avx: OFF
    with_gpu: ON
    with_mkl: OFF
    with_mkldnn: OFF
    with_python: ON
  1. PaddleOCR:2.6.1.0

C++ Traceback (most recent call last):

0 paddle::imperative::Tracer::TraceOp(std::string const&, paddle::imperative::NameVarBaseMap const&, paddle::imperative::NameVarBaseMap const&, paddle::framework::AttributeMap, std::map<std::string, std::string, std::less, std::allocator<std::pair<std::string const, std::string > > > const&) 1 void paddle::imperative::Tracer::TraceOpImpl(std::string const&, paddle::imperative::details::NameVarMapTrait::Type const&, paddle::imperative::details::NameVarMapTrait::Type const&, paddle::framework::AttributeMap&, phi::Place const&, bool, std::map<std::string, std::string, std::less, std::allocator<std::pair<std::string const, std::string > > > const&, paddle::framework::AttributeMap, bool) 2 paddle::imperative::PreparedOp::Run(paddle::imperative::NameVarBaseMap const&, paddle::imperative::NameVarBaseMap const&, paddle::framework::AttributeMap const&, paddle::framework::AttributeMap const&) 3 phi::KernelImpl<void ()(phi::GPUContext const&, phi::DenseTensor const&, phi::DenseTensor const&, paddle::optional<phi::DenseTensor const&>, paddle::optional<phi::DenseTensor const&>, int, bool, phi::DenseTensor, phi::DenseTensor), &(void phi::WarpctcKernel<float, phi::GPUContext>(phi::GPUContext const&, phi::DenseTensor const&, phi::DenseTensor const&, paddle::optional<phi::DenseTensor const&>, paddle::optional<phi::DenseTensor const&>, int, bool, phi::DenseTensor, phi::DenseTensor))>::Compute(phi::KernelContext) 4 void phi::WarpctcKernel<float, phi::GPUContext>(phi::GPUContext const&, phi::DenseTensor const&, phi::DenseTensor const&, paddle::optional<phi::DenseTensor const&>, paddle::optional<phi::DenseTensor const&>, int, bool, phi::DenseTensor, phi::DenseTensor) 5 phi::WarpCTCFunctor<phi::GPUContext, float>::operator()(phi::GPUContext const&, float const, float, int const, int const, int const, unsigned long, unsigned long, unsigned long, float) 6 phi::enforce::EnforceNotMet::EnforceNotMet(phi::ErrorSummary const&, char const, int) 7 phi::enforce::GetCurrentTraceBackStringabi:cxx11


Error Message Summary:

PreconditionNotMetError: warp-ctc [version 2] Error in get_workspace_size: execution failed [Hint: Expected CTC_STATUS_SUCCESS == status, but received CTC_STATUS_SUCCESS:0 != status:3.] (at /home/paddle/data/xly/workspace/23282/Paddle/paddle/phi/kernels/impl/warpctc_kernel_impl.h:199) [operator < warpctc > error]



### 其他补充信息 Additional Supplementary Information

 paddlepaddle-gpu 采用的是这个:[paddlepaddle-gpu](https://paddle-inference-lib.bj.bcebos.com/2.3.2/python/Jetson/jetpack4.6_gcc7.5/xavier/paddlepaddle_gpu-2.3.2-cp36-cp36m-linux_aarch64.whl)
paddle-bot[bot] commented 1 year ago

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

ghostxsl commented 1 year ago

可以去PaddleOCR下提issue:https://github.com/PaddlePaddle/PaddleOCR/issues

Liguanqin commented 1 year ago

可以去PaddleOCR下提issue:https://github.com/PaddlePaddle/PaddleOCR/issues

PaddleOCR 让我来你们这边提的。“看样子是CTCloss的kernel在jetson的gpu上不能正常使用” 麻烦帮忙看看这个问题哈~

https://github.com/PaddlePaddle/PaddleOCR/issues/8357#issuecomment-1318455748

ghostxsl commented 1 year ago

好的,已反馈给API负责人~

littletomatodonkey commented 1 year ago

你好,可以参考这个博客,降级下paddle版本试下:https://blog.csdn.net/qq_36038453/article/details/125844765

Liguanqin commented 1 year ago

你好,可以参考这个博客,降级下paddle版本试下:https://blog.csdn.net/qq_36038453/article/details/125844765

您好,试过了,还是一样的结果。

$ paddle -V
PaddlePaddle 2.2.2, compiled with
    with_avx: OFF
    with_gpu: ON
    with_mkl: OFF
    with_mkldnn: OFF
    with_python: ON

运行结果:

[2022/11/21 09:25:03] ppocr INFO: Architecture : 
[2022/11/21 09:25:03] ppocr INFO:     Backbone : 
[2022/11/21 09:25:03] ppocr INFO:         last_conv_stride : [1, 2]
[2022/11/21 09:25:03] ppocr INFO:         last_pool_type : avg
[2022/11/21 09:25:03] ppocr INFO:         name : MobileNetV1Enhance
[2022/11/21 09:25:03] ppocr INFO:         scale : 0.5
[2022/11/21 09:25:03] ppocr INFO:     Head : 
[2022/11/21 09:25:03] ppocr INFO:         head_list : 
[2022/11/21 09:25:03] ppocr INFO:             CTCHead : 
[2022/11/21 09:25:03] ppocr INFO:                 Head : 
[2022/11/21 09:25:03] ppocr INFO:                     fc_decay : 1e-05
[2022/11/21 09:25:03] ppocr INFO:                 Neck : 
[2022/11/21 09:25:03] ppocr INFO:                     depth : 2
[2022/11/21 09:25:03] ppocr INFO:                     dims : 64
[2022/11/21 09:25:03] ppocr INFO:                     hidden_dims : 120
[2022/11/21 09:25:03] ppocr INFO:                     name : svtr
[2022/11/21 09:25:03] ppocr INFO:                     use_guide : True
[2022/11/21 09:25:03] ppocr INFO:             SARHead : 
[2022/11/21 09:25:03] ppocr INFO:                 enc_dim : 512
[2022/11/21 09:25:03] ppocr INFO:                 max_text_length : 25
[2022/11/21 09:25:03] ppocr INFO:         name : MultiHead
[2022/11/21 09:25:03] ppocr INFO:     Transform : None
[2022/11/21 09:25:03] ppocr INFO:     algorithm : SVTR
[2022/11/21 09:25:03] ppocr INFO:     model_type : rec
[2022/11/21 09:25:03] ppocr INFO: Eval : 
[2022/11/21 09:25:03] ppocr INFO:     dataset : 
[2022/11/21 09:25:03] ppocr INFO:         data_dir : ./train_data/rec/
[2022/11/21 09:25:03] ppocr INFO:         label_file_list : ['./train_data/rec/val.txt']
[2022/11/21 09:25:03] ppocr INFO:         name : SimpleDataSet
[2022/11/21 09:25:03] ppocr INFO:         transforms : 
[2022/11/21 09:25:03] ppocr INFO:             DecodeImage : 
[2022/11/21 09:25:03] ppocr INFO:                 channel_first : False
[2022/11/21 09:25:03] ppocr INFO:                 img_mode : BGR
[2022/11/21 09:25:03] ppocr INFO:             MultiLabelEncode : None
[2022/11/21 09:25:03] ppocr INFO:             RecResizeImg : 
[2022/11/21 09:25:03] ppocr INFO:                 image_shape : [3, 48, 320]
[2022/11/21 09:25:03] ppocr INFO:             KeepKeys : 
[2022/11/21 09:25:03] ppocr INFO:                 keep_keys : ['image', 'label_ctc', 'label_sar', 'length', 'valid_ratio']
[2022/11/21 09:25:03] ppocr INFO:     loader : 
[2022/11/21 09:25:03] ppocr INFO:         batch_size_per_card : 4
[2022/11/21 09:25:03] ppocr INFO:         drop_last : False
[2022/11/21 09:25:03] ppocr INFO:         num_workers : 2
[2022/11/21 09:25:03] ppocr INFO:         shuffle : False
[2022/11/21 09:25:03] ppocr INFO: Global : 
[2022/11/21 09:25:03] ppocr INFO:     cal_metric_during_train : True
[2022/11/21 09:25:03] ppocr INFO:     character_dict_path : ppocr/utils/ppocr_keys_v1.txt
[2022/11/21 09:25:03] ppocr INFO:     checkpoints : None
[2022/11/21 09:25:03] ppocr INFO:     debug : False
[2022/11/21 09:25:03] ppocr INFO:     distributed : False
[2022/11/21 09:25:03] ppocr INFO:     epoch_num : 500
[2022/11/21 09:25:03] ppocr INFO:     eval_batch_step : [0, 2000]
[2022/11/21 09:25:03] ppocr INFO:     infer_img : doc/imgs_words/ch/word_1.jpg
[2022/11/21 09:25:03] ppocr INFO:     infer_mode : False
[2022/11/21 09:25:03] ppocr INFO:     log_smooth_window : 20
[2022/11/21 09:25:03] ppocr INFO:     max_text_length : 25
[2022/11/21 09:25:03] ppocr INFO:     pretrained_model : ./pretrain_models/ch_PP-OCRv3_rec_train/best_accuracy
[2022/11/21 09:25:03] ppocr INFO:     print_batch_step : 10
[2022/11/21 09:25:03] ppocr INFO:     save_epoch_step : 10
[2022/11/21 09:25:03] ppocr INFO:     save_inference_dir : None
[2022/11/21 09:25:03] ppocr INFO:     save_model_dir : ./output/rec_ppocr_v3
[2022/11/21 09:25:03] ppocr INFO:     save_res_path : ./output/rec/predicts_ppocrv3.txt
[2022/11/21 09:25:03] ppocr INFO:     use_gpu : True
[2022/11/21 09:25:03] ppocr INFO:     use_space_char : True
[2022/11/21 09:25:03] ppocr INFO:     use_visualdl : False
[2022/11/21 09:25:03] ppocr INFO: Loss : 
[2022/11/21 09:25:03] ppocr INFO:     loss_config_list : 
[2022/11/21 09:25:03] ppocr INFO:         CTCLoss : None
[2022/11/21 09:25:03] ppocr INFO:         SARLoss : None
[2022/11/21 09:25:03] ppocr INFO:     name : MultiLoss
[2022/11/21 09:25:03] ppocr INFO: Metric : 
[2022/11/21 09:25:03] ppocr INFO:     ignore_space : False
[2022/11/21 09:25:03] ppocr INFO:     main_indicator : acc
[2022/11/21 09:25:03] ppocr INFO:     name : RecMetric
[2022/11/21 09:25:03] ppocr INFO: Optimizer : 
[2022/11/21 09:25:03] ppocr INFO:     beta1 : 0.9
[2022/11/21 09:25:03] ppocr INFO:     beta2 : 0.999
[2022/11/21 09:25:03] ppocr INFO:     lr : 
[2022/11/21 09:25:03] ppocr INFO:         learning_rate : 0.001
[2022/11/21 09:25:03] ppocr INFO:         name : Cosine
[2022/11/21 09:25:03] ppocr INFO:         warmup_epoch : 5
[2022/11/21 09:25:03] ppocr INFO:     name : Adam
[2022/11/21 09:25:03] ppocr INFO:     regularizer : 
[2022/11/21 09:25:03] ppocr INFO:         factor : 3e-05
[2022/11/21 09:25:03] ppocr INFO:         name : L2
[2022/11/21 09:25:03] ppocr INFO: PostProcess : 
[2022/11/21 09:25:03] ppocr INFO:     name : CTCLabelDecode
[2022/11/21 09:25:03] ppocr INFO: Train : 
[2022/11/21 09:25:03] ppocr INFO:     dataset : 
[2022/11/21 09:25:03] ppocr INFO:         data_dir : ./train_data/rec/
[2022/11/21 09:25:03] ppocr INFO:         ext_op_transform_idx : 1
[2022/11/21 09:25:03] ppocr INFO:         label_file_list : ['./train_data/rec/train.txt']
[2022/11/21 09:25:03] ppocr INFO:         name : SimpleDataSet
[2022/11/21 09:25:03] ppocr INFO:         transforms : 
[2022/11/21 09:25:03] ppocr INFO:             DecodeImage : 
[2022/11/21 09:25:03] ppocr INFO:                 channel_first : False
[2022/11/21 09:25:03] ppocr INFO:                 img_mode : BGR
[2022/11/21 09:25:03] ppocr INFO:             RecConAug : 
[2022/11/21 09:25:03] ppocr INFO:                 ext_data_num : 2
[2022/11/21 09:25:03] ppocr INFO:                 image_shape : [48, 320, 3]
[2022/11/21 09:25:03] ppocr INFO:                 prob : 0.5
[2022/11/21 09:25:03] ppocr INFO:             RecAug : None
[2022/11/21 09:25:03] ppocr INFO:             MultiLabelEncode : None
[2022/11/21 09:25:03] ppocr INFO:             RecResizeImg : 
[2022/11/21 09:25:03] ppocr INFO:                 image_shape : [3, 48, 320]
[2022/11/21 09:25:03] ppocr INFO:             KeepKeys : 
[2022/11/21 09:25:03] ppocr INFO:                 keep_keys : ['image', 'label_ctc', 'label_sar', 'length', 'valid_ratio']
[2022/11/21 09:25:03] ppocr INFO:     loader : 
[2022/11/21 09:25:03] ppocr INFO:         batch_size_per_card : 4
[2022/11/21 09:25:03] ppocr INFO:         drop_last : True
[2022/11/21 09:25:03] ppocr INFO:         num_workers : 2
[2022/11/21 09:25:03] ppocr INFO:         shuffle : True
[2022/11/21 09:25:03] ppocr INFO: profiler_options : None
[2022/11/21 09:25:03] ppocr INFO: train with paddle 2.2.2 and device CUDAPlace(0)
[2022/11/21 09:25:03] ppocr INFO: Initialize indexs of datasets:['./train_data/rec/train.txt']
[2022/11/21 09:25:03] ppocr INFO: Initialize indexs of datasets:['./train_data/rec/val.txt']
W1121 09:25:03.404886 13772 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 7.2, Driver API Version: 10.2, Runtime API Version: 10.2
W1121 09:25:03.409823 13772 device_context.cc:465] device: 0, cuDNN Version: 8.2.
[2022/11/21 09:25:09] ppocr INFO: train dataloader has 87 iters
[2022/11/21 09:25:09] ppocr INFO: valid dataloader has 30 iters
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.conv1._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.conv1._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.conv1._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.conv1._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.conv1._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.0._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.1._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.2._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.3._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.4._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.5._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.6._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.7._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.8._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.9._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.10._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._se.conv1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._se.conv1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._se.conv2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._se.conv2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.11._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._se.conv1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._se.conv1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._se.conv2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._se.conv2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.backbone.block_list.12._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv2.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv2.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv2.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv2.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv2.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.norm1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.norm1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mixer.qkv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mixer.qkv.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mixer.proj.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mixer.proj.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.norm2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.norm2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mlp.fc1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mlp.fc1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mlp.fc2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.0.mlp.fc2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.norm1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.norm1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mixer.qkv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mixer.qkv.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mixer.proj.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mixer.proj.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.norm2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.norm2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mlp.fc1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mlp.fc1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mlp.fc2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.svtr_block.1.mlp.fc2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv3.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv3.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv3.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv3.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv3.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv4.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv4.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv4.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv4.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv4.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1x1.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1x1.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1x1.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1x1.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_encoder.encoder.conv1x1.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_head.fc.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.ctc_head.fc.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.weight_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.weight_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.bias_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.bias_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.weight_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.weight_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.bias_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.bias_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.0.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.0.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.0.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.0.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.1.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.1.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.1.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.rnn_encoder.1.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.linear.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.encoder.linear.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.conv1x1_1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.conv1x1_1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.conv3x3_1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.conv3x3_1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.conv1x1_2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.conv1x1_2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.weight_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.weight_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.bias_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.bias_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.weight_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.weight_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.bias_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.bias_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.0.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.0.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.0.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.0.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.1.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.1.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.1.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.rnn_decoder.1.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.embedding.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.prediction.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Teacher.head.sar_head.decoder.prediction.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.conv1._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.conv1._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.conv1._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.conv1._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.conv1._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.0._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.1._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.2._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.3._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.4._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.5._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.6._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.7._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.8._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.9._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.10._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._se.conv1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._se.conv1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._se.conv2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._se.conv2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.11._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._depthwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._depthwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._depthwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._depthwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._depthwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._se.conv1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._se.conv1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._se.conv2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._se.conv2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._pointwise_conv._conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._pointwise_conv._batch_norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._pointwise_conv._batch_norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._pointwise_conv._batch_norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.backbone.block_list.12._pointwise_conv._batch_norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv2.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv2.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv2.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv2.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv2.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.norm1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.norm1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mixer.qkv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mixer.qkv.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mixer.proj.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mixer.proj.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.norm2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.norm2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mlp.fc1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mlp.fc1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mlp.fc2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.0.mlp.fc2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.norm1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.norm1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mixer.qkv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mixer.qkv.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mixer.proj.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mixer.proj.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.norm2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.norm2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mlp.fc1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mlp.fc1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mlp.fc2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.svtr_block.1.mlp.fc2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv3.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv3.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv3.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv3.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv3.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv4.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv4.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv4.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv4.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv4.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1x1.conv.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1x1.norm.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1x1.norm.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1x1.norm._mean not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_encoder.encoder.conv1x1.norm._variance not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_head.fc.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.ctc_head.fc.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.weight_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.weight_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.bias_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.bias_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.weight_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.weight_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.bias_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.bias_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.0.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.0.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.0.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.0.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.1.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.1.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.1.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.rnn_encoder.1.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.linear.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.encoder.linear.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.conv1x1_1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.conv1x1_1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.conv3x3_1.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.conv3x3_1.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.conv1x1_2.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.conv1x1_2.bias not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.weight_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.weight_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.bias_ih_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.bias_hh_l0 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.weight_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.weight_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.bias_ih_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.bias_hh_l1 not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.0.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.0.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.0.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.0.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.1.cell.weight_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.1.cell.weight_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.1.cell.bias_ih not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.1.cell.bias_hh not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.embedding.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.prediction.weight not in model
[2022/11/21 09:25:09] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.prediction.bias not in model
[2022/11/21 09:25:09] ppocr INFO: load pretrain successful from ./pretrain_models/ch_PP-OCRv3_rec_train/best_accuracy
[2022/11/21 09:25:09] ppocr INFO: During the training process, after the 0th iteration, an evaluation is run every 2000 iterations
Traceback (most recent call last):
  File "tools/train.py", line 202, in <module>
    main(config, device, logger, vdl_writer)
  File "tools/train.py", line 177, in main
    eval_class, pre_best_model_dict, logger, vdl_writer, scaler,amp_level, amp_custom_black_list)
  File "/opt/pp/projects/PaddleOCR/tools/program.py", line 302, in train
    loss = loss_class(preds, batch)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/dygraph/layers.py", line 917, in __call__
    return self._dygraph_call_func(*inputs, **kwargs)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/dygraph/layers.py", line 907, in _dygraph_call_func
    outputs = self.forward(*inputs, **kwargs)
  File "/opt/pp/projects/PaddleOCR/ppocr/losses/rec_multi_loss.py", line 48, in forward
    batch[:2] + batch[3:])['loss'] * self.weight_1
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/dygraph/layers.py", line 917, in __call__
    return self._dygraph_call_func(*inputs, **kwargs)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/dygraph/layers.py", line 907, in _dygraph_call_func
    outputs = self.forward(*inputs, **kwargs)
  File "/opt/pp/projects/PaddleOCR/ppocr/losses/rec_ctc_loss.py", line 38, in forward
    loss = self.loss_func(predicts, labels, preds_lengths, label_lengths)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/dygraph/layers.py", line 917, in __call__
    return self._dygraph_call_func(*inputs, **kwargs)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/dygraph/layers.py", line 907, in _dygraph_call_func
    outputs = self.forward(*inputs, **kwargs)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/nn/layer/loss.py", line 1130, in forward
    norm_by_times=norm_by_times)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/nn/functional/loss.py", line 1084, in ctc_loss
    input_lengths, label_lengths)
  File "/opt/pp/mambaforge/envs/paddleocr/lib/python3.6/site-packages/paddle/fluid/layers/loss.py", line 613, in warpctc
    norm_by_times, )
RuntimeError: 

--------------------------------------
C++ Traceback (most recent call last):
--------------------------------------
0   paddle::imperative::Tracer::TraceOp(std::string const&, paddle::imperative::NameVarBaseMap const&, paddle::imperative::NameVarBaseMap const&, paddle::framework::AttributeMap, std::map<std::string, std::string, std::less<std::string >, std::allocator<std::pair<std::string const, std::string > > > const&)
1   paddle::imperative::Tracer::TraceOp(std::string const&, paddle::imperative::NameVarBaseMap const&, paddle::imperative::NameVarBaseMap const&, paddle::framework::AttributeMap, paddle::platform::Place const&, bool, std::map<std::string, std::string, std::less<std::string >, std::allocator<std::pair<std::string const, std::string > > > const&)
2   paddle::imperative::PreparedOp::Run(paddle::imperative::NameVarBaseMap const&, paddle::imperative::NameVarBaseMap const&, paddle::framework::AttributeMap const&, paddle::framework::AttributeMap const&)
3   std::_Function_handler<void (paddle::framework::ExecutionContext const&), paddle::framework::OpKernelRegistrarFunctor<paddle::platform::CUDAPlace, false, 0ul, paddle::operators::WarpCTCKernel<paddle::platform::CUDADeviceContext, float>, paddle::operators::WarpCTCKernel<paddle::platform::CUDADeviceContext, double> >::operator()(char const*, char const*, int) const::{lambda(paddle::framework::ExecutionContext const&)#1}>::_M_invoke(std::_Any_data const&, paddle::framework::ExecutionContext const&)
4   paddle::operators::WarpCTCKernel<paddle::platform::CUDADeviceContext, float>::Compute(paddle::framework::ExecutionContext const&) const
5   paddle::operators::WarpCTCFunctor<paddle::platform::CUDADeviceContext, float>::operator()(paddle::framework::ExecutionContext const&, float const*, float*, int const*, int const*, int const*, unsigned long, unsigned long, unsigned long, float*)
6   paddle::platform::EnforceNotMet::EnforceNotMet(paddle::platform::ErrorSummary const&, char const*, int)
7   paddle::platform::GetCurrentTraceBackString[abi:cxx11](bool)

----------------------
Error Message Summary:
----------------------
PreconditionNotMetError: warp-ctc [version 2] Error in get_workspace_size: execution failed
  [Hint: Expected CTC_STATUS_SUCCESS == status, but received CTC_STATUS_SUCCESS:0 != status:3.] (at /home/paddle/data/wangye19/tag_release/Paddle/paddle/fluid/operators/warpctc_op.h:155)
  [operator < warpctc > error]