1. 19 8月, 2019 3 次提交
  2. 16 8月, 2019 2 次提交
  3. 15 8月, 2019 4 次提交
  4. 14 8月, 2019 1 次提交
  5. 13 8月, 2019 2 次提交
    • J
      Instag Implemention (#18394) · 6ac32d09
      Jiawei Wang 提交于
      * instag lod tensor impl
      
      * First PR for instag
      
      * First PR for instag
      
      * Before adding Selection Rows.
      
      * Change name from instag to filter_instag, add upgrade the impl of filter_instag
      
      * Change name from instag to filter_instag, add upgrade the impl of filter_instag
      
      * Fix yapf error in gradient_checker.py to pass Travis-CI
      
      * Fix Filter Instag Grad test=develop
      
      * Fix Filter Instag Grad test=develop
      
      * 1) Fix API.spec, add filter_instag Op. 2) Add Vector Support for CUDA. test=develop
      
      * Impl Loss_weight and empty output handler
      
      * change Loss Weight datatype to Float32, and add Loss Weight as 2nd output
      
      * 1) Support Tensor Input(without LOD) 2) Add Unit test
      
      * Filter By Instag Final test=develop
      
      * Update API.spec for filter_by_instag test=develop
      
      * Update API.spec for filter_by_instag 2 test=develop
      
      * Add Filter By Instag Coverage
      
      * code format of test_layers.py
      
      * code format test_layers.py test=develop
      
      * Make API args more readable test=develop
      
      * Make API args more readable and pass code format test=develop
      
      * Filter By Instag Op, Rename Map to Index Map test=develop
      
      * Filter By Instag Op, code format err in filter_by_instag_op.cc  test=develop
      
      * Filter by instag op: code format of cpp files test=develop
      
      * Filter by instag Op: Api spec modification test=develop
      
      * Filter by instag Op: Api spec doc id modification test=develop
      
      * Filter by instag Op: Api spec and doc preview  test=develop test=document_preview
      
      * Filter By Instag Op, fix doc erro test=document_preview test=develop
      
      * Filter By Instag Op, fix doc err and Api spec test=document_preview test=develop
      
      * Filter By Instag Op, fix Api spec test=document_preview test=develop
      
      * Filter By Instag Op, fix Paddle Encoforce deprecated warning test=document_preview test=develop
      
      * Filter By Instag Op, fix Paddle Encoforce deprecated and code format warning test=document_preview test=develop
      6ac32d09
    • W
      Fix the error of op `ones_like` document,change the output variable · 0019eb37
      wawltor 提交于
      test=document_preview
      test=develop
      Fix the error of op `ones_like` document, change the output variable from x to out.
      0019eb37
  6. 12 8月, 2019 2 次提交
    • H
      Add hard swish op (new op) (#19001) · 20f18930
      huangjun12 提交于
      * add hard_swish activation op (new op)
      test=develop
      
      * remove redundancy files
      
      * modify document content of HardSwish OP
      
      * add API test in test_layers.py
      
      * add dynamic_graph for test_hard_swish
      20f18930
    • K
      Refine embedding Api doc (#18820) · 744279fe
      Kevin 提交于
      * fix overflow by int32 mul test=develop
      
      * fix reference nullptr
      
      * fix codestyle test=develop
      
      * modify to point in ContextProjectFunctor test=develop
      
      * modify to point in ContextProjectFunctor test=develop
      
      * modify . to -> test=develop
      
      * refine embedding padding_idx doc test=develop
      
      * fix math:padding_idx preview bug test=develop
      
      * modify API.spec test=develop
      
      * fix spell error test=develop
      
      * refine dtype parm desc test=develop
      744279fe
  7. 11 8月, 2019 1 次提交
    • Y
      add save cache model api in fleet& add slots shuffle in dataset module & add... · 9150cf50
      yaoxuefeng 提交于
      add save cache model api in fleet& add slots shuffle in dataset module & add metric op to calculate ctr related metrics (#18871)
      
      * add ctr related metric layer test=develop
      
      * add save cache and slots shuffle test=develop
      
      * add save cache and slots shuffle test=develop
      
      * fix error
      
      * fix error
      
      * fix style for ci
      
      * fix for comments
      
      * change SlotsShuffle input to std::strinf for generality
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix stylr
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * fix style
      
      * change non-const reference to pointer
      
      * fix style
      
      * fix style
      
      * fix style test=develop
      
      * fix style  test=develop
      
      * add return ins num in ctr metric op
      
      * change dtype to float in metric_op.py
      
      * fix error test=develop
      
      * fix style test=develop
      
      * fix API spec
      
      * fix API spec
      
      * fix API spec test=develop
      
      * add UT test=develop
      9150cf50
  8. 09 8月, 2019 2 次提交
    • S
      add eye op, kernel and unitest test=develop (#18980) · 4397cb31
      ShenLiang 提交于
      * add eye op,test=document_preview test=develop
      
      * fix the API.spec, test=develop
      
      * fix the document, test=document_preview test=develop
      
      * add unitest for CI coverage, test=develop
      4397cb31
    • 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
  9. 08 8月, 2019 1 次提交
  10. 07 8月, 2019 1 次提交
  11. 06 8月, 2019 2 次提交
    • K
      Add var_conv_2d op (#18518) · e681d655
      Kevin 提交于
      * fix overflow by int32 mul test=develop
      
      * fix reference nullptr
      
      * fix codestyle test=develop
      
      * modify to point in ContextProjectFunctor test=develop
      
      * modify to point in ContextProjectFunctor test=develop
      
      * modify . to -> test=develop
      
      * add var_conv_2d op test=develop
      
      * edit api.spec test=develop
      
      * ignore unittest if with_mkl=off test=develop
      
      * fix python3 division test=develop
      
      * fix ignore unittest bug test=develop
      
      * remove useless code test=develop
      
      * modify api.spec test=develop
      
      * modify default_grad.spec test=develop
      e681d655
    • C
      Fix config description error in cuda_profiler function document (#18750) · 81fe02c3
      Chen Weihang 提交于
      * fix profiler doc error, test=develop
      
      * update API.spec, test=develop
      81fe02c3
  12. 05 8月, 2019 2 次提交
  13. 02 8月, 2019 1 次提交
  14. 01 8月, 2019 1 次提交
    • 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
  15. 31 7月, 2019 2 次提交
    • H
      Add center Loss Op Support (#18681) · 24f85431
      HaoRen 提交于
      * support center loss
      * change tensor copy  api to high level api tensorcopy
      
      * test=develop rewrite the center_loss cuda_kernel to make it faster
      and add document of the center loss api,also update test function
      
      * test=document_preview test=develop
      update document of center loss
      
      * test=document_preview test=develop
      modify API.spec modify test code remove nouse const_cast
      24f85431
    • L
      replace paper link (#18861) · d21c3914
      lvmengsi 提交于
      Update conv2d transpose link
      d21c3914
  16. 30 7月, 2019 1 次提交
  17. 28 7月, 2019 1 次提交
  18. 25 7月, 2019 2 次提交
  19. 24 7月, 2019 2 次提交
  20. 23 7月, 2019 1 次提交
    • Y
      supports distributed classification (#18690) · 157211c4
      Yi Liu 提交于
      * supports distributed classification training
      * update API.spec
      * fix evenly division in python3
      * change "index_range" to "index_num" in shard_index operator
      test=document_preview
      test=develop
      157211c4
  21. 20 7月, 2019 1 次提交
  22. 18 7月, 2019 1 次提交
  23. 12 7月, 2019 1 次提交
  24. 10 7月, 2019 1 次提交
  25. 09 7月, 2019 1 次提交
  26. 05 7月, 2019 1 次提交
    • L
      Add distributions of normal and uniform (#18023) · 43e17c79
      LielinJiang 提交于
      * add_distributions_of_normal_and_uniform
      
      * paddle/fluid/API.spec
      
      * modify API.spec
      
      * modified paddle/fluid/API.spec, test=develop
      
      * modify paddle/fluid/API.spec, test=develop
      
      * modify paddle/fluid/API.spec, test=develop
      
      * fix some comment, test=develop
      
      * modify API.spec, test=develop
      
      * add comment for init function, modify hard code, test=develop
      
      * modify API.spec, test=develop
      
      * modify API.spec, test=develop
      
      * make unit test function shorter, test=develop
      
      * modify paddle/fluid/API.spec
      43e17c79