1. 09 8月, 2019 3 次提交
    • K
      Add trilinear_interp OP (#18711) · f86fead6
      Kaipeng Deng 提交于
      * add trilinear interp. test=develop
      
      * fix unittest. test=develop
      
      * add python api and test_layers. test=develop
      
      * refine API.spec. test=develop
      
      * fix format. test=develop
      
      * add python API test. test=develop
      
      * format code. test=develop
      
      * refine code strcuture. test=develop
      
      * fix format
      
      * fix doc. test=develop
      
      * fix converage. test=develop
      
      * fix format. test=develop
      f86fead6
    • C
      Enhance fuse optimization op pass (#19010) · 17d62ab2
      chengduo 提交于
      * Enhance fuse optimization op pass
      test=develop
      17d62ab2
    • C
      Add call stack info during compile time (#19067) · 21440b4d
      chengduo 提交于
      * Add call stack info during runtime and compile time
      test=develop
      
      * Rename operator_call_stack
      test=develop
      
      * Add unit test
      test=develop
      
      * follow comment
      test=develop
      21440b4d
  2. 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
  3. 07 8月, 2019 1 次提交
  4. 06 8月, 2019 4 次提交
  5. 05 8月, 2019 6 次提交
  6. 04 8月, 2019 1 次提交
  7. 02 8月, 2019 5 次提交
  8. 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
  9. 31 7月, 2019 5 次提交
  10. 30 7月, 2019 3 次提交
  11. 29 7月, 2019 2 次提交
    • Z
      Remove legacy C++ memory optimization codes (#18834) · 8008ab4e
      Zeng Jinle 提交于
      * remove legacy memory optimization codes, test=develop
      
      * follow huihuang's comments,test=develop
      
      * follow luotao's comments, test=develop
      8008ab4e
    • T
      add clear_model interface in fleetwrapper (#18815) · 52c1431e
      Thunderbrook 提交于
      * dump slot
      
      * test
      
      * proto
      
      * dump slot
      
      * test
      
      * proto
      
      * code style
      
      * code style
      
      * code style
      
      * style
      
      * add delete after unseen days
      
      * add unseen days
      
      * code style
      
      * conflict solve
      test=develop
      
      * add clear model
      
      * code style
      test=develop
      
      * code style
      test=develop
      52c1431e
  12. 28 7月, 2019 2 次提交