1. 29 1月, 2018 1 次提交
  2. 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
  3. 25 1月, 2018 3 次提交
  4. 24 1月, 2018 2 次提交
    • W
      shared model · cbae3813
      willzhang4a58 提交于
      
      Former-commit-id: 8ac8cf50
      cbae3813
    • duduscript's avatar
      BasicRnnCell op (#532) · 26e46169
      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
      
      * recurrent op
      
      
      Former-commit-id: 9dd01051
      26e46169
  5. 23 1月, 2018 1 次提交
    • D
      Dev zhiyuan ForEachCurReadableRegst (#525) · 2f4b59cd
      dssgsra 提交于
      * implement ForEachCurReadableRegst in actors
      
      * fix -1 regst_desc_id in comm_net_actor
      
      * fix bug
      
      * change if order
      
      * new
      
      * fix null info in actor.cpp:ActUntilFail
      
      * commit
      
      * implement ForEachCurReadableRegst in actors
      
      * commit
      
      * change [] to at
      
      * add const
      
      
      Former-commit-id: 1917cb49
      2f4b59cd
  6. 22 1月, 2018 6 次提交
  7. 20 1月, 2018 2 次提交
  8. 19 1月, 2018 5 次提交
  9. 17 1月, 2018 7 次提交
  10. 16 1月, 2018 6 次提交
    • W
      move col_id from blob to register · 99494ec6
      willzhang4a58 提交于
      
      Former-commit-id: cad45673
      99494ec6
    • C
      refine recurrent op (#518) · ba3426bf
      chengtbf 提交于
      * refine recurrent op
      
      * ht -> rec_ht , out-> ht
      
      * notes
      
      * refine recurretn op conf
      
      * sigmoid
      
      * for blob header and col num
      
      
      Former-commit-id: 988f5d9b
      ba3426bf
    • W
      IsLastCol -> IsMaxCol · 1de1b8a5
      willzhang4a58 提交于
      
      Former-commit-id: 2fcd8431
      1de1b8a5
    • W
      fix: has_header_field · 125129cf
      willzhang4a58 提交于
      Former-commit-id: cf20a9f8
      125129cf
    • W
      fix: error shape of packed_blob_desc · 088423ba
      willzhang4a58 提交于
      Former-commit-id: 29d76763
      088423ba
    • D
      rewrite BasicDataLoader based on dev_nc_blob (#496) · d476cad8
      Daniel Sun 提交于
      * change dataloader
      
      * make basic_data_loader_kernel.cpp readable
      
      * debug
      
      * debug dataloader
      
      * change something due to review
      
      * do some changes
      
      * refactor to reduce code
      
      * remove comment
      
      * refactor the dataloader kernel
      
      * debug
      
      * debug a runtime bug
      
      * remove fillblobwithzero method
      
      * changes based on reviews
      
      * debug and make it runnable
      
      * change the declarations due to zyeric's change request
      
      * changes due to willzhang's change request
      
      * make it able to compile
      
      * change the type of blob header and move the position of DataLoadStatus
      
      * change the declaration of function ReadColFromBufferToOutBlob()
      
      * change the wrong use of memcpy() and memset()
      
      * add 0 after the end of each line
      
      * refactor ReadOneDataContent() function
      
      * revert a wrong change
      
      * remove unnecessary CHECK()
      
      * rename and move some declaration
      
      * bug for compiles
      
      
      Former-commit-id: d51a32e1
      d476cad8
  11. 15 1月, 2018 2 次提交
  12. 14 1月, 2018 2 次提交
    • Y
      fix bugs && make runnable (#514) · f8749091
      Yi Zhu 提交于
      
      
      Former-commit-id: c6789e54
      f8749091
    • duduscript's avatar
      Bug: Gassian -> Normal (#512) · e2094f78
      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
      
      
      Former-commit-id: 8815ce16
      e2094f78