1. 22 6月, 2022 1 次提交
    • S
      Cherry-pick PR#43237 from deveop (#43685) · e90dfaf7
      shiyutang 提交于
      * merge_release_and_dev
      
      * merge_release_dev
      
      * update
      
      * Use tempfile to place the temporary files (#43237)
      
      * tempfile_fix
      
      * update
      
      * fix_CI
      
      * update_word2vec.inference.model
      
      * remove_change_in_word2vec_book
      
      * fix_word2vec_book
      
      * rm_affine
      
      * update
      e90dfaf7
  2. 10 5月, 2021 1 次提交
  3. 30 4月, 2021 1 次提交
    • W
      Support transforms for paddle tensor image (#31970) · 6ab43f7f
      Wenyu 提交于
      * add to_grayscale, normalize
      
      * add rotate
      
      * add vfip and hflip
      
      * add crop center_crop
      
      
      * add padding, support constant, reflect, replicate, circular same as paddle.pad
      
      * add get-image-[n,c,w,h] axis utils
      6ab43f7f
  4. 26 4月, 2021 1 次提交
  5. 29 12月, 2020 1 次提交
  6. 22 10月, 2020 1 次提交
    • L
      Update hapi predict interface (#28180) · 68449d19
      LielinJiang 提交于
      * update hapi predict interface
      
      * fix code style
      
      * fix docs
      
      * fix docs
      
      * fix docs
      
      * update docs
      
      * fix codes style
      
      * fix unittest
      
      * fix unittest
      
      * fix coverage
      68449d19
  7. 20 10月, 2020 1 次提交
  8. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22
  9. 28 8月, 2020 1 次提交
  10. 22 7月, 2020 1 次提交
  11. 13 5月, 2020 1 次提交
    • L
      Add vision api for hapi (#24404) · 1a0d26a4
      LielinJiang 提交于
      * add vision
      
      * fix predict, test=develop
      
      * add unittest for vision apis, test=develop
      
      * fix typos
      
      * add hapi models api, test=develop
      
      * fix code format, test=develop
      
      * fix typos, test=develop
      
      * fix sample code import, test=develop
      
      * fix sample codes, test=develop
      
      * add decompress, test=develop
      
      * rm darknet, test=develop
      
      * rm debug code, test=develop
      1a0d26a4