1. 09 2月, 2018 2 次提交
    • Y
      Add C++ inference unittest of recommender system (#8227) · 1185a1b5
      Yiqun Liu 提交于
      * Save the inference model in Python example of recommender_system.
      
      * Add infer() in Python unittest recommender_system.
      
      * Add C++ inference unittest of recommender_system.
      1185a1b5
    • S
      Better version of PR #7985 (Modify load() for inference) (#8024) · 36da5295
      Siddharth Goyal 提交于
      * Refine load
      
      * Address review comments: round 1
      
      * Make API consistent with python-save/load
      
      * Add another unit test
      
      * Remove commented function
      
      * Fix GPU bug
      
      * Address review comments
      
      * Modify wrt PR 8147
      
      * Fix filenames for combined case
      
      * Fix typo
      
      * Address review comments: round 2
      
      * Unify TestInference by keeping default param in template
      
      * Address review comment
      
      * Fix spacing
      36da5295
  2. 08 2月, 2018 4 次提交
  3. 07 2月, 2018 1 次提交
  4. 06 2月, 2018 4 次提交
  5. 02 2月, 2018 1 次提交
  6. 01 2月, 2018 2 次提交
  7. 31 1月, 2018 3 次提交
  8. 30 1月, 2018 5 次提交
  9. 25 1月, 2018 4 次提交
  10. 24 1月, 2018 5 次提交
  11. 23 1月, 2018 2 次提交
    • Q
      Nmt model (#7340) · e7d44a20
      Qiao Longfei 提交于
      neural machine translation model support beam search with while op
      e7d44a20
    • Y
      fix ci. · dcb5a1ed
      ying 提交于
      dcb5a1ed
  12. 22 1月, 2018 1 次提交
  13. 21 1月, 2018 2 次提交
  14. 17 1月, 2018 1 次提交
  15. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  16. 08 1月, 2018 1 次提交
    • Q
      cpu gpu transform function (#7191) · 0f353ab4
      Qiao Longfei 提交于
      * add rename guard
      
      * add device_data_transform
      
      * add device_data_transform_test
      
      * modify GetExpectedKernelType
      
      * update operator.run
      
      * support test test_label_semantic_roles
      
      * optimize code
      
      * optimize code
      
      * rename GetActualKernelType to GetExpectedKernelType
      
      * fix chunk_eval_op and device_data_transform_test
      
      * add is_same_place to place
      
      * optimize code, refine rename_guard
      
      * refine rename guard, add GetKernelTypeForVar
      
      * optimize code
      
      * add some log
      
      * rename guard
      
      * use sub scope to create var
      
      * fix compile
      
      * add IsInitialized for Tensor
      
      * add VarIsTensor
      
      * fix op_registry_test
      
      * test
      
      * tmp disable priority
      
      * restore switch_kernel.md
      
      * code clean
      0f353ab4
  17. 28 12月, 2017 1 次提交