1. 19 6月, 2019 5 次提交
  2. 18 6月, 2019 2 次提交
  3. 17 6月, 2019 3 次提交
  4. 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
  5. 14 6月, 2019 2 次提交
  6. 13 6月, 2019 1 次提交
  7. 11 6月, 2019 2 次提交
  8. 10 6月, 2019 2 次提交
    • X
      chmod +x run_ce.sh (#2381) · 31c20cd7
      xiegegege 提交于
      31c20cd7
    • 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
  9. 05 6月, 2019 1 次提交
  10. 04 6月, 2019 1 次提交
  11. 03 6月, 2019 2 次提交
  12. 31 5月, 2019 1 次提交
  13. 29 5月, 2019 4 次提交
  14. 28 5月, 2019 1 次提交
    • X
      add tsm ce (#2318) · fe7043f9
      xiegegege 提交于
      * add tsm ce
      
      * add tsm ce
      
      * add enable_ce in configs
      
      * remove enable_ce in val config
      fe7043f9
  15. 27 5月, 2019 1 次提交
  16. 24 5月, 2019 2 次提交
  17. 23 5月, 2019 1 次提交
  18. 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
  19. 17 5月, 2019 1 次提交
  20. 16 5月, 2019 5 次提交