1. 10 9月, 2019 1 次提交
  2. 09 9月, 2019 1 次提交
  3. 06 9月, 2019 1 次提交
  4. 05 9月, 2019 1 次提交
  5. 03 9月, 2019 2 次提交
  6. 02 9月, 2019 2 次提交
  7. 21 8月, 2019 1 次提交
  8. 06 8月, 2019 1 次提交
    • C
      Update model (#3003) · f1f5353a
      cuicheng01 提交于
      * add densenet, squeezenet, darknet, resnext, resnext101_wsl pretrained models
      f1f5353a
  9. 26 7月, 2019 2 次提交
  10. 22 7月, 2019 2 次提交
  11. 08 7月, 2019 2 次提交
  12. 03 7月, 2019 1 次提交
    • C
      Update models (#2683) · 97121cde
      cuicheng01 提交于
      * add mobilenet_v2_x0_5, resnext50_32x4d, resnext50_64x4d, xception41 pretrained models
      * Update README_cn.md
      97121cde
  13. 02 7月, 2019 1 次提交
  14. 01 7月, 2019 1 次提交
  15. 28 6月, 2019 1 次提交
  16. 27 6月, 2019 1 次提交
  17. 25 6月, 2019 1 次提交
  18. 21 6月, 2019 1 次提交
  19. 20 6月, 2019 2 次提交
  20. 19 6月, 2019 2 次提交
  21. 18 6月, 2019 2 次提交
  22. 15 6月, 2019 2 次提交
    • L
      fix the bug that the argument data_dir has no effect (#2415) · 8c034956
      lilong12 提交于
      * modify single queue to a queue per process for data processing
      
      * add transforms.py and rename torchvision_reader.py to reader.py
      
      * add datasets.py
      
      * remove pytorch apis
      
      * fix some small bugs
      
      * remove torch and torchvision from requirements.txt
      
      * modify core.CUDAPlace to fluid.CUDAPlace
      
      * bug fix: data_dir has no effect
      
      * bug fix: data_dir has no effect
      
      * bug fix: modify  in directory
      
      * bug fix: fix a typo in README.md
      8c034956
    • 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
  23. 10 6月, 2019 1 次提交
    • L
      Remove PyTorch APIs (#2280) · 02db4c3b
      lilong12 提交于
      * add transforms.py and rename torchvision_reader.py to reader.py
      
      * add datasets.py
      
      * remove pytorch apis
      
      * fix some small bugs
      
      * remove torch and torchvision from requirements.txt
      
      * modify core.CUDAPlace to fluid.CUDAPlace
      02db4c3b
  24. 29 5月, 2019 1 次提交
  25. 22 5月, 2019 1 次提交
    • R
      fix PE doc, add a note (#2252) · d16432a4
      ruri 提交于
      Because WINDOWS does not support NCCL. It will raise an error when users try to run the multi-GPUs program on WINDOWS machine. So add a note to remind users to replace parallel executor to executor.
      d16432a4
  26. 16 5月, 2019 1 次提交
  27. 14 5月, 2019 1 次提交
  28. 06 5月, 2019 2 次提交
  29. 05 5月, 2019 1 次提交
  30. 04 5月, 2019 1 次提交