1. 12 3月, 2018 1 次提交
  2. 11 3月, 2018 1 次提交
    • X
      run fast · 74e4ea27
      Xinqi Li 提交于
      
      Former-commit-id: 1d8714eae417c30418e55d4922ea6e539e2c3e0e
      74e4ea27
  3. 09 3月, 2018 1 次提交
  4. 07 3月, 2018 1 次提交
  5. 05 3月, 2018 1 次提交
  6. 04 3月, 2018 4 次提交
  7. 03 3月, 2018 1 次提交
    • X
      grouper and placer · d62aa80e
      Xinqi Li 提交于
      
      Former-commit-id: 299f161baaa4ab42f8a3a307b055c7c8f590080a
      d62aa80e
  8. 01 3月, 2018 1 次提交
    • X
      backup · fe93c989
      Xinqi Li 提交于
      
      Former-commit-id: 89165c7bf3f42b9677b210010f5f4d6c5178bed2
      fe93c989
  9. 28 2月, 2018 1 次提交
    • X
      fix bug in TensorProduct · b4011797
      Xinqi Li 提交于
      others:
       - refine Update
       - more differentiable functions
       - more penalty item for object function
      
      Former-commit-id: cfb75687dcfb530bbd4e30d67c65b85087028c79
      b4011797
  10. 27 2月, 2018 2 次提交
  11. 26 2月, 2018 1 次提交
  12. 25 2月, 2018 2 次提交
  13. 24 2月, 2018 1 次提交
  14. 23 2月, 2018 1 次提交
  15. 22 2月, 2018 1 次提交
  16. 11 2月, 2018 1 次提交
    • X
      more df functions · b0736b8b
      Xinqi Li 提交于
      
      Former-commit-id: 506df293b368d79a785cc68461c946ad414b79a0
      b0736b8b
  17. 09 2月, 2018 3 次提交
  18. 07 2月, 2018 1 次提交
  19. 06 2月, 2018 4 次提交
    • X
      demo for gradient descent · 98d82372
      Xinqi Li 提交于
      
      Former-commit-id: 651e80d133e3c545f1ae87c0dc28fa1d4c3db3de
      98d82372
    • W
      force found_cudnn=true · 5f10ecbf
      willzhang4a58 提交于
      
      Former-commit-id: 30c0518e
      5f10ecbf
    • duduscript's avatar
      Fix naming problem (#553) · d58118df
      duduscript 提交于
      * add l1 l2 regularization
      
      * fix some problem
      
      * Fix bug
      
      * fix op API
      
      * Fix a bug in op
      
      * add l1l2
      
      * remove regularization_diff_blob
      
      * remove sign in kernel_util
      
      * fix naming problem and add l1l2 function
      
      * simplify code
      
      * remove else
      
      * update modelupdate API
      
      * Fix bug
      
      * ~
      
      * fix bug
      
      * add basic_rnn_op
      
      * Fix naming problem
      
      * clang-format
      
      * Fix bug for hidden_diff_blob update
      
      * Fix bug for hidden_diff compute
      
      * fix bug for h0 initilizer
      
      * fix bug for h0 initilizer
      
      * add else
      
      * remove else
      
      * fix
      
      * optimize
      
      * optimize
      
      * add has_init_hidden_initilizer
      
      * optimize
      
      
      Former-commit-id: c7bf405e
      d58118df
    • C
      reshape op (#547) · 8875f787
      chengtbf 提交于
      * reshape op
      
      * fix bug
      
      * add check
      
      
      Former-commit-id: 2c2b79b5
      8875f787
  20. 04 2月, 2018 2 次提交
    • duduscript's avatar
      RecurrentKernel and BasicRnnKernel (#550) · 876255c0
      duduscript 提交于
      * add l1 l2 regularization
      
      * fix some problem
      
      * Fix bug
      
      * fix op API
      
      * Fix a bug in op
      
      * add l1l2
      
      * remove regularization_diff_blob
      
      * remove sign in kernel_util
      
      * fix naming problem and add l1l2 function
      
      * simplify code
      
      * remove else
      
      * update modelupdate API
      
      * Fix bug
      
      * ~
      
      * base_rnn
      
      * fix bug
      
      * base_rnn_kernel
      
      * BasicRnnKernel
      
      * basic_rnn_kernel
      
      * Fix bug and add comment
      
      * remove useless blob
      
      * remove in_ip_op_blob hidden_ip_op_blob
      
      * fix conflict and change blasmatrixmatrix to blobgemm
      
      * basic_rnn
      
      * remove has_bias_term
      
      * fix config problem
      
      * Fix some problem
      
      * fix naming problem
      
      * naming problem
      
      * clang format
      
      * add basic_rnn_op
      
      * basic_rnn_op
      
      * change createkernel function
      
      * fix bug
      
      * recurrent op
      
      * UNEXPECT_RUN
      
      * change config
      
      * remove recurrentopconf
      
      * kernel refactor
      
      * Fix some problem
      
      * remove util declare
      
      * fix bug for non-virtual deconstruct
      
      
      Former-commit-id: 283e7163
      876255c0
    • duduscript's avatar
      Fix bug in ModelUpdateKernel (#551) · 7a2d59d1
      duduscript 提交于
      * add l1 l2 regularization
      
      * fix some problem
      
      * Fix bug
      
      * fix op API
      
      * Fix a bug in op
      
      * add l1l2
      
      * remove regularization_diff_blob
      
      * remove sign in kernel_util
      
      * fix naming problem and add l1l2 function
      
      * simplify code
      
      * remove else
      
      * update modelupdate API
      
      * Fix bug
      
      * ~
      
      * fix bug
      
      * add basic_rnn_op
      
      * remove useless code and add virtual for deconstruct
      
      * remove useless code
      
      
      Former-commit-id: e06ff99f
      7a2d59d1
  21. 03 2月, 2018 1 次提交
    • duduscript's avatar
      BasicRnnOp refactor (#549) · 38742944
      duduscript 提交于
      * add l1 l2 regularization
      
      * fix some problem
      
      * Fix bug
      
      * fix op API
      
      * Fix a bug in op
      
      * add l1l2
      
      * remove regularization_diff_blob
      
      * remove sign in kernel_util
      
      * fix naming problem and add l1l2 function
      
      * simplify code
      
      * remove else
      
      * update modelupdate API
      
      * Fix bug
      
      * ~
      
      * fix bug
      
      * add basic_rnn_op
      
      * recurrent op
      
      * UNEXPECT_RUN
      
      * change config
      
      * remove recurrentopconf
      
      
      Former-commit-id: 3a83164a
      38742944
  22. 02 2月, 2018 4 次提交
  23. 01 2月, 2018 4 次提交