1. 18 12月, 2019 1 次提交
  2. 17 12月, 2019 1 次提交
  3. 13 12月, 2019 1 次提交
  4. 05 12月, 2019 1 次提交
  5. 27 11月, 2019 1 次提交
  6. 26 11月, 2019 1 次提交
    • Y
      Add dali preprocessing pipeline for imagenet training (#3960) · 2e4465c6
      Yang Zhang 提交于
      * Use iterable dataloader for image classification
      
      * Support imagenet dataset with plain folder structure
      
      * Add dali section to README.md
      
      * Improve docs
      
      * Remove some flags from docs
      
      * Add dali reader for image classification
      
      * Fix elapsed time calculation
      2e4465c6
  7. 13 11月, 2019 1 次提交
  8. 28 10月, 2019 1 次提交
  9. 18 10月, 2019 1 次提交
  10. 10 10月, 2019 1 次提交
  11. 26 9月, 2019 1 次提交
  12. 21 9月, 2019 1 次提交
  13. 16 9月, 2019 1 次提交
  14. 11 9月, 2019 1 次提交
  15. 09 9月, 2019 1 次提交
  16. 05 9月, 2019 1 次提交
  17. 08 7月, 2019 2 次提交
  18. 19 6月, 2019 1 次提交
  19. 04 4月, 2019 1 次提交
  20. 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
  21. 02 2月, 2019 1 次提交
  22. 01 2月, 2019 1 次提交
  23. 29 10月, 2018 1 次提交
  24. 21 8月, 2018 1 次提交
  25. 09 4月, 2018 1 次提交
  26. 21 3月, 2018 1 次提交
  27. 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
  28. 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
  29. 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