1. 10 8月, 2019 2 次提交
  2. 09 8月, 2019 6 次提交
  3. 08 8月, 2019 4 次提交
    • J
      add fleet util, add some interface in hdfs util (#18752) · a99bc64c
      jiaqi 提交于
      * add fleet util (fleet/utils/fleet_util.py): functions for users' convenience
      * add some interface in hdfs util : hdfs is_file、hdfs cat
      a99bc64c
    • M
      [WIP] Add Imdb train demo (#18895) · 4ad7c9d5
      mapingshuo 提交于
      * add train demo for imdb text classification task
      
      * make inference library release data_feed dataset dataset_factory data_feed_factory
      
      * add String Data Generator
      
      * new feature of train demo: save model params
      
      * New feature of train demo: set training config using gflags
      
      * change code style for CI
      
      * add readme and dataset for imdb demo trainer
      4ad7c9d5
    • W
      update roi doc in roi_pool and roi_align (#19036) · e50f527f
      wangguanzhong 提交于
      * update roi doc in roi_pool and roi_align, test=develop
      e50f527f
    • L
      Fix memory overwriting of tensors returned by executor (#19030) · 8f537354
      Leo Chen 提交于
      * fix memory overlapping of fetch var (return of executor.run), test=develop
      
      * fix wrong usage of ParallelExecutor in op_test, test=develop
      
      * remove useless parameter and simplify code
      
      * avoid tensor destruct untimely, test=develop
      
      * add testcase independent of OpTest, test=develop
      8f537354
  4. 07 8月, 2019 1 次提交
  5. 06 8月, 2019 4 次提交
  6. 05 8月, 2019 6 次提交
  7. 04 8月, 2019 1 次提交
  8. 02 8月, 2019 5 次提交
  9. 01 8月, 2019 4 次提交
    • J
      adjust ins weight according to nid slot (#18784) · 768059b3
      jiaqi 提交于
      adjust ins weight according to nid slot , user can specify adjust_ins_weight in strategy
      768059b3
    • W
      Add the op of unique_with_counts, expand count function of the op unique (#18720) · 3ab1866c
      wawltor 提交于
      * test=develop
      Add the op of unique_with_counts, the op is calc the unqiue input of data, and output the corresponding indices and count of data.
      
      * test=develop
      Check the input and dtype in the op of unique_with_counts
      
      * test=develop
      test=document_preview
      update the API.spec for `unique_with_counts`, at the same time, optimize the python api in the op of `unique_with_count`
      
      * test=develop
      test=document_preview
      Fix some python api problem in the op of `unique_with_counts`, and change the error messsage in this op.
      
      * Fix some API problem in the op of `unique_with_counts`
      test=develop
      test=document_preview
      
      * test=develop
      test=document_preview
      Fix the api sample of op `unique_with_counts`, and update api.spec
      3ab1866c
    • L
      Fix depthwise conv gpu kernel bug (#18582) · 22fa4c2d
      LielinJiang 提交于
      * fix depthwise conv gpu kernel bug, test=develop
      * add more depthwise conv test, test=develop
      22fa4c2d
    • W
      Fix unitest of light nas. (#18931) · c92b78b0
      whs 提交于
      test=develop
      c92b78b0
  10. 31 7月, 2019 5 次提交
  11. 30 7月, 2019 2 次提交