1. 01 2月, 2021 7 次提交
    • X
      Merge pull request #1897 from iamyoyo/dygraph · 1043613b
      xiaoting 提交于
      Update program.py
      1043613b
    • D
      Merge pull request #1868 from WenmuZhou/dygraph_rc · 080e2501
      Double_V 提交于
      update docker
      080e2501
    • W
      update dockerfile · 23df5bcf
      WenmuZhou 提交于
      23df5bcf
    • I
      program.py 257行 变量名问题 · be949774
      iamyoyo 提交于
      PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
      The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
      "E:\XXX\PaddleOCR\tools\program.py", line 257, in train
      ['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
      NameError: name 'cur_metric' is not defined
      be949774
    • I
      Update program.py · a92bb6d3
      iamyoyo 提交于
      PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
      The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
      "E:\XXX\PaddleOCR\tools\program.py", line 257, in train
          ['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
      NameError: name 'cur_metric' is not defined
      a92bb6d3
    • X
      Merge pull request #1890 from tink2123/srn_ch · 0c5c9f69
      xiaoting 提交于
      Adaptation of Chinese char
      0c5c9f69
    • T
      Adaptation of Chinese char · 7f2304ab
      tink2123 提交于
      7f2304ab
  2. 31 1月, 2021 1 次提交
  3. 29 1月, 2021 15 次提交
  4. 28 1月, 2021 5 次提交
  5. 27 1月, 2021 9 次提交
  6. 26 1月, 2021 3 次提交