1. 15 6月, 2019 1 次提交
    • R
      update image classification pretrained models (#2391) · 1230a298
      ruri 提交于
      * update image classification pretrained models
      
      * update softmax
      
      * Add mixup and distill and fix bugs
      
      * recover test pyreader
      
      * add error tip
      
      * update README_CN
      
      * fix distill bug
      
      * add reader_cv2.py
      
      * update run.sh
      
      * fix docs
      
      * fix typo
      
      * polish train.py
      
      * fix typo
      
      * remove commented code
      
      * fix typo
      
      * fix_typo
      
      * recover scale_loss
      
      * fix typo
      
      * fix bug
      
      * fix test_program bug
      1230a298
  2. 16 4月, 2019 1 次提交
  3. 05 4月, 2019 1 次提交
  4. 04 4月, 2019 2 次提交
  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. 22 3月, 2019 1 次提交
    • T
      Ngraph (#1916) · 46b18b10
      tensor-tang 提交于
      * Added README for the ngraph engine
      
      * Fix --model_save_dir
      
      * Uncomment naive tests
      
      * Update run.sh script
      
      * update to use ngraph
      
      * update readme
      
      * Numactl -l was removed
      
      * update instruction
      
      * download pretrained model for inference only
      
      * fix typo
      
      * update
      46b18b10
  7. 01 3月, 2019 1 次提交
  8. 02 2月, 2019 1 次提交
  9. 01 2月, 2019 2 次提交
  10. 31 1月, 2019 4 次提交
  11. 26 1月, 2019 1 次提交
  12. 11 1月, 2019 1 次提交
  13. 10 1月, 2019 3 次提交
  14. 04 1月, 2019 1 次提交
  15. 03 1月, 2019 1 次提交
  16. 13 12月, 2018 1 次提交
  17. 12 12月, 2018 1 次提交
  18. 05 12月, 2018 1 次提交
  19. 29 10月, 2018 1 次提交
  20. 26 9月, 2018 1 次提交
  21. 19 9月, 2018 1 次提交
  22. 28 8月, 2018 1 次提交
  23. 27 8月, 2018 1 次提交
  24. 22 8月, 2018 1 次提交
  25. 21 8月, 2018 1 次提交
  26. 16 8月, 2018 1 次提交
  27. 09 8月, 2018 1 次提交
  28. 31 7月, 2018 1 次提交
  29. 15 6月, 2018 1 次提交
  30. 16 5月, 2018 1 次提交
  31. 15 5月, 2018 1 次提交
  32. 10 5月, 2018 1 次提交
  33. 28 4月, 2018 1 次提交
    • C
      Model update: Update the parameter initialization of FC layer of SE-ResNeXt and add a README (#825) · f60005c6
      Chris Yann 提交于
      * revise se_resnext for imagenet classification
      
      * Add the method to train a SE-ResNeXt model
      
      The current code can successfully implement the result of SE-ResNeXt-50.
      
      * Update ImageNet2012 URL
      
      * update
      
      * update readme
      
      * Update readme with download URL
      
      * add unzip
      
      * update se_resnext.py with parallel_exe
      
      * delete train function in se_resnext.py
      
      * add eval.py and infer.py
      
      * move cosine_decay from se_resnext.py to train.py
      f60005c6