1. 27 2月, 2018 2 次提交
  2. 26 2月, 2018 1 次提交
  3. 25 2月, 2018 2 次提交
  4. 24 2月, 2018 1 次提交
  5. 23 2月, 2018 1 次提交
  6. 22 2月, 2018 1 次提交
  7. 11 2月, 2018 1 次提交
    • X
      more df functions · b0736b8b
      Xinqi Li 提交于
      
      Former-commit-id: 506df293b368d79a785cc68461c946ad414b79a0
      b0736b8b
  8. 09 2月, 2018 3 次提交
  9. 07 2月, 2018 1 次提交
  10. 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
  11. 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
  12. 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
  13. 02 2月, 2018 4 次提交
  14. 01 2月, 2018 4 次提交
  15. 31 1月, 2018 3 次提交
    • W
      Add JobDescProto · 531e5df5
      willzhang4a58 提交于
      
      Former-commit-id: 29ff1484
      531e5df5
    • D
      make boxing kernel support RNN (#538) · 00509edd
      Daniel Sun 提交于
      * change CopyFromIterToIter() to make it able to process invalid blobs
      
      * a version with bug
      
      * change struct
      
      * refactoring to reuse some code
      
      * split SetColIdAndMaxColId() method to SetColId() and SetMaxColId()
      
      * rewrite SetColId() and SetMaxColId()
      
      * refactor Iterator
      
      * complete refactor
      
      * debug
      
      * move the function isValidBlob() to Blob::IsColValid()
      
      * changes requested by willzhang and make it runnable in CNN
      
      * rename some variables
      
      
      Former-commit-id: 48f0a47b
      00509edd
    • Y
      add SetValInSpecialConf interface (#544) · f5d6ef04
      Yi Zhu 提交于
      
      
      Former-commit-id: 47ac8d11
      f5d6ef04
  16. 30 1月, 2018 2 次提交
    • duduscript's avatar
      ReduceSumOp (#542) · 3bf713f2
      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
      
      * sumop
      
      * change sum_op to reduce_sum_op
      
      * rm sum_op
      
      * Fix specification
      
      
      Former-commit-id: d55b3234
      3bf713f2
    • W
      naive readable register manager · 3bceb8cb
      willzhang4a58 提交于
      
      Former-commit-id: cc2ee9fc
      3bceb8cb
  17. 29 1月, 2018 4 次提交
  18. 27 1月, 2018 3 次提交
    • D
      add default operations to col_num field during forward and backward (#530) · cd9ae49a
      Daniel Sun 提交于
      * add default operations to col_num field in forward and backward
      
      * change some function in terms of reusing
      
      * change name and test runtime
      
      * rename some variables and restate some functions
      
      * change name of CopyFieldFromInToOut()
      
      
      Former-commit-id: c26a32b1
      cd9ae49a
    • Y
      Update innerproduct proto (#531) · ced21d0d
      Yi Zhu 提交于
      * updt names in ip
      
      * updt comment && fix bug
      
      * fix bug && updt proto
      
      * rename innerproduct to fullyconnected
      
      * updt field names in fully connected op
      
      * roll back impl of initialization of bias
      
      * fix bug of bias_multiplier_initializer
      
      * remove redundant SetHasDataIdField
      
      * remove redundant set_data_type
      
      * refine code
      
      
      Former-commit-id: 534138dc
      ced21d0d
    • Y
      fix job.prototxt bug (#537) · e564558b
      Yi Zhu 提交于
      
      
      Former-commit-id: 79d00a28
      e564558b