1. 05 9月, 2019 1 次提交
  2. 08 7月, 2019 2 次提交
  3. 19 6月, 2019 1 次提交
  4. 04 4月, 2019 1 次提交
  5. 03 4月, 2019 1 次提交
    • R
      Refine Image Classification Codes&Docs (#1943) · dc1b032d
      ruri 提交于
      * Move models to legacy, rename models_name to models, refine README
      * Refine eval/infer/train code
      * Release ResNet 18/34, GoogleNet and ShuffleNet v2.
      * Add RMSProp optimizer.
      dc1b032d
  6. 02 2月, 2019 1 次提交
  7. 01 2月, 2019 1 次提交
  8. 29 10月, 2018 1 次提交
  9. 21 8月, 2018 1 次提交
  10. 09 4月, 2018 1 次提交
  11. 21 3月, 2018 1 次提交
  12. 27 2月, 2018 1 次提交
    • W
      1. Add eval script · b5c17665
      wanghaoshuang 提交于
      2. Add inference script
      3. Add load model script
      4. Add some functions into ctc_reader
      b5c17665
  13. 08 2月, 2018 1 次提交
    • W
      Rfine ctc model · 3deecd96
      wanghaoshuang 提交于
      1. Move all network defining to 'crnn_ctc_model.py'
      2. Add initilizer for some layers
      3. Rename 'fluid/ocr' to 'fluid/ocr_recognition'
      4. Remove copyright
      5. Rename some functions
      3deecd96
  14. 24 1月, 2018 2 次提交
    • W
      Refine code according comments: · 192ef9c0
      wanghaoshuang 提交于
      1. Remove 'ocr_ctc' directory to 'ocr'.
      2. Init README.md
      3. Fix learning rate and l2
      4. Refine training log format
      5. Reduce arguments of train function
      6. Set filter_size of im2sequence dynamicly
      7. Add fc op before GRU op
      192ef9c0
    • W
      Add function comments. · c43a107d
      wanghaoshuang 提交于
      c43a107d