1. 23 6月, 2019 2 次提交
  2. 22 6月, 2019 4 次提交
  3. 21 6月, 2019 8 次提交
  4. 20 6月, 2019 7 次提交
  5. 19 6月, 2019 8 次提交
  6. 18 6月, 2019 4 次提交
  7. 17 6月, 2019 4 次提交
  8. 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
  9. 14 6月, 2019 1 次提交