Skip to content

  • 体验新版
    • 正在加载...
  • 登录
  • PaddlePaddle
  • PaddleOCR
  • Issue
  • #468

P
PaddleOCR
  • 项目概览

PaddlePaddle / PaddleOCR
大约 2 年 前同步成功

通知 1557
Star 32965
Fork 6643
  • 代码
    • 文件
    • 提交
    • 分支
    • Tags
    • 贡献者
    • 分支图
    • Diff
  • Issue 108
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 7
  • Wiki 0
    • Wiki
  • 分析
    • 仓库
    • DevOps
  • 项目成员
  • Pages
P
PaddleOCR
  • 项目概览
    • 项目概览
    • 详情
    • 发布
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • Issue 108
    • Issue 108
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 7
    • 合并请求 7
  • Pages
  • 分析
    • 分析
    • 仓库分析
    • DevOps
  • Wiki 0
    • Wiki
  • 成员
    • 成员
  • 收起侧边栏
  • 动态
  • 分支图
  • 创建新Issue
  • 提交
  • Issue看板
已关闭
开放中
Opened 8月 03, 2020 by saxon_zh@saxon_zhGuest

检测模型训练没有输出loss等日志信息

Created by: JawerZ

2020-08-03 12:21:39,396-INFO: {'Global': {'debug': False, 'algorithm': 'EAST', 'use_gpu': False, 'epoch_num': 100000, 'log_smooth_window': 20, 'print_batch_step': 5, 'save_model_dir': './output/det_east/', 'save_epoch_step': 10000, 'ev al_batch_step': [5000, 5000], 'train_batch_size_per_card': 8, 'test_batch_size_per_card': 116, 'image_shape': [3, 512, 512], 'reader_yml': './configs/det/det_east_icdar15_reader.yml', 'pretrain_weights': './pretrain_models/ResNet50_vd_ ssld_pretrained/', 'save_res_path': './output/det_east/predicts_east.txt', 'checkpoints': './output/det_EAST/best_accuracy', 'save_inference_dir': None, 'use_space_char': True}, 'Architecture': {'function': 'ppocr.modeling.architecture s.det_model,DetModel'}, 'Backbone': {'function': 'ppocr.modeling.backbones.det_resnet_vd,ResNet', 'layers': 50}, 'Head': {'function': 'ppocr.modeling.heads.det_east_head,EASTHead', 'model_name': 'large'}, 'Loss': {'function': 'ppocr.mo deling.losses.det_east_loss,EASTLoss'}, 'Optimizer': {'function': 'ppocr.optimizer,AdamDecay', 'base_lr': 0.0001, 'beta1': 0.9, 'beta2': 0.999}, 'PostProcess': {'function': 'ppocr.postprocess.east_postprocess,EASTPostPocess', 'score_th resh': 0.8, 'cover_thresh': 0.1, 'nms_thresh': 0.2}, 'TrainReader': {'reader_function': 'ppocr.data.det.dataset_traversal,TrainReader', 'process_function': 'ppocr.data.det.east_process,EASTProcessTrain', 'num_workers': 1, 'img_set_dir' : './train_data/train/', 'label_file_path': './train_data/train_det_label.txt', 'background_ratio': 0.125, 'min_crop_side_ratio': 0.1, 'min_text_size': 1}, 'EvalReader': {'reader_function': 'ppocr.data.det.dataset_traversal,EvalTestRea der', 'process_function': 'ppocr.data.det.east_process,EASTProcessTest', 'img_set_dir': './train_data/test/', 'label_file_path': './train_data/test_det_label.txt'}, 'TestReader': {'reader_function': 'ppocr.data.det.dataset_traversal,Ev alTestReader', 'process_function': 'ppocr.data.det.east_process,EASTProcessTest', 'infer_img': None, 'img_set_dir': './train_data/test/', 'label_file_path': './train_data/test_det_label.txt', 'do_eval': True}} 2020-08-03 12:21:41,645-INFO: places would be ommited when DataLoader is not iterable 2020-08-03 12:21:44,960-INFO: Finish initing model from ./output/det_EAST/best_accuracy 2020-08-03 12:21:44,960-INFO: During the training process, after the 5000th iteration, an evaluation is run every 5000 iterations W0803 12:21:45.811342 1876 build_strategy.cc:170] fusion_group is not enabled for Windows/MacOS now, and only effective when running with CUDA GPU. W0803 12:21:46.173436 1876 fuse_all_reduce_op_pass.cc:74] Find all_reduce operators: 198. To make the speed faster, some all_reduce ops are fused during training, after fusion, the number of all_reduce ops is 198. 2020-08-03 12:45:34,097-INFO: Already save model in ./output/det_east//iter_epoch_10000 2020-08-03 13:04:33,037-INFO: Already save model in ./output/det_east//iter_epoch_20000 2020-08-03 13:23:33,422-INFO: Already save model in ./output/det_east//iter_epoch_30000 2020-08-03 13:42:35,780-INFO: Already save model in ./output/det_east//iter_epoch_40000 2020-08-03 14:01:48,962-INFO: Already save model in ./output/det_east//iter_epoch_50000 只保存了model 但是model进行测试无法检测到文本

指派人
分配到
无
里程碑
无
分配里程碑
工时统计
无
截止日期
无
标识: paddlepaddle/PaddleOCR#468
渝ICP备2023009037号

京公网安备11010502055752号

网络110报警服务 Powered by GitLab CE v13.7
开源知识
Git 入门 Pro Git 电子书 在线学 Git
Markdown 基础入门 IT 技术知识开源图谱
帮助
使用手册 反馈建议 博客
《GitCode 隐私声明》 《GitCode 服务条款》 关于GitCode
Powered by GitLab CE v13.7