1. 15 11月, 2018 2 次提交
    • P
      add recordio support · d1429ac4
      peizhilin 提交于
      d1429ac4
    • C
      Add selu (#14415) · 82773477
      chengduo 提交于
      * add selu
      
      * use for range
      test=develop
      
      * add API
      test=develop
      
      * follow comment
      test=develop
      
      * update API.spec
      test=develop
      82773477
  2. 13 11月, 2018 4 次提交
  3. 12 11月, 2018 2 次提交
  4. 09 11月, 2018 8 次提交
  5. 08 11月, 2018 2 次提交
  6. 07 11月, 2018 5 次提交
  7. 06 11月, 2018 1 次提交
    • P
      gpu support, fix build issue: · 1f12ba61
      peizhilin 提交于
      1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string
      2. comment out some ops which not supported on windows
      3. cuda libs may not be correctly linked to target on windows
      1f12ba61
  8. 05 11月, 2018 3 次提交
  9. 02 11月, 2018 6 次提交
  10. 01 11月, 2018 2 次提交
  11. 30 10月, 2018 4 次提交
  12. 29 10月, 2018 1 次提交
    • J
      Rebase of seqpool-max optimization · 458b16f4
      Jacek Czaja 提交于
      test=develop
      
      - Added rough profiling
      
      - Profiled maxpool itself
      
      - First draft of max seqpool optimization (is_test added)
      
      - Added unit tests to seqpool
      
      - Cosmetic fixes
      
      - Fix to UT of Seq pool
      
      Disabled grad checking for sequence max pool when is_test is set to True
      
      -Cosmetic fix to comment
      
      test=develop
      
      - Fix to GPU build
      
      test=develop
      
      - yet another GPU fix for sequence max pool
      
      - Fix to comment
      
      test=develop
      
      - Change to API of sequence_pool
      
      test=develop
      
      - Yet another API spec change
      
      test=develop
      458b16f4