1. 17 7月, 2017 8 次提交
  2. 15 7月, 2017 4 次提交
    • duduscript's avatar
      Fix a bug in Momentum model update and add test (#205) · 16be8e81
      duduscript 提交于
      * basic model update
      
      * spell mistake
      
      * fix bug
      
      * remove a log line
      
      * add model_update_kernel_test
      
      * fix some problem in model_update
      
      * function problem
      
      * judge isfinite and change function
      
      * fix batch problem
      
      * remove model update test
      
      * model_update_kernel_test
      
      * change a name
      
      * add two function in kernel_util
      
      * add a function in kernel_util
      
      * remove functions in kernel_util
      
      * add op in conf
      
      * conflict
      
      * RMSProp model update kernel
      
      * remove conflict
      
      * fix comment error
      
      * add const
      
      * conflict
      
      * conflict
      
      * add operator
      
      * fix some problem in rmsprop model update kernel
      
      * format change
      
      * momentum model update kernel test and fix a bug
      16be8e81
    • G
      Convolution kernel (#204) · 52e2ec57
      grinchcoder 提交于
      * initial draft
      
      * add im2col_gpu
      
      * modified kernel util
      
      * fix some issues
      
      * finished simple test for fw && bw with both gpu && cpu version
      
      * Refined backward
      
      * fix typos
      
      * used cuda_util.h
      
      * remove functions from kernel_util to convolution_kernel_util
      52e2ec57
    • duduscript's avatar
      RMSProp Model Update Kernel (#202) · 283e1ae8
      duduscript 提交于
      * basic model update
      
      * spell mistake
      
      * fix bug
      
      * remove a log line
      
      * add model_update_kernel_test
      
      * fix some problem in model_update
      
      * function problem
      
      * judge isfinite and change function
      
      * fix batch problem
      
      * remove model update test
      
      * model_update_kernel_test
      
      * change a name
      
      * add two function in kernel_util
      
      * add a function in kernel_util
      
      * remove functions in kernel_util
      
      * add op in conf
      
      * conflict
      
      * RMSProp model update kernel
      
      * remove conflict
      
      * fix comment error
      
      * add const
      
      * conflict
      
      * conflict
      
      * add operator
      
      * fix some problem in rmsprop model update kernel
      283e1ae8
    • C
      softmax kernel test (#203) · 3a5a0c9a
      chengtbf 提交于
      * softmax kernel test
      
      * fix some bug in blase dot
      
      * change implement of softmax sub
      
      * fix bug in softmax kernel
      
      * statitic_cast
      
      * fix
      3a5a0c9a
  3. 14 7月, 2017 2 次提交
    • L
      model diff acc kernel (#197) · 97134844
      Liu Guo 提交于
      * refine copy actors and model diff acc actor
      
      * use set_num_of_not_eord
      
      * fix element cnt
      97134844
    • duduscript's avatar
      Momentum model update kernel (#196) · dccd1cee
      duduscript 提交于
      * basic model update
      
      * spell mistake
      
      * fix bug
      
      * remove a log line
      
      * add model_update_kernel_test
      
      * fix some problem in model_update
      
      * function problem
      
      * judge isfinite and change function
      
      * fix batch problem
      
      * remove model update test
      
      * model_update_kernel_test
      
      * change a name
      
      * momentum model update kernel
      
      * add momentum op
      
      * fix some bug
      
      * fix a flag problem
      
      * add commit for momentum
      
      * comment error
      
      * change op enroll
      
      * add mtbn2lbn function
      
      * format error
      
      * type convertion
      
      * remove const in template param
      dccd1cee
  4. 13 7月, 2017 2 次提交
    • C
      softmax kernel and some functions for kernel util (#194) · e7f176d9
      chengtbf 提交于
      * softmax kernel and some functions for kernel util
      
      * fix bug when using KernelUtil::BlasAxpy
      e7f176d9
    • duduscript's avatar
      Test for model_update_kernel (#193) · 9628cb31
      duduscript 提交于
      * basic model update
      
      * spell mistake
      
      * fix bug
      
      * remove a log line
      
      * add model_update_kernel_test
      
      * fix some problem in model_update
      
      * function problem
      
      * judge isfinite and change function
      
      * fix batch problem
      
      * remove model update test
      
      * model_update_kernel_test
      
      * change a name
      9628cb31
  5. 11 7月, 2017 1 次提交
  6. 09 7月, 2017 6 次提交
    • J
      model update (#191) · 997ec81a
      Jingwu Chen 提交于
      * total_piece_num
      
      * fw
      
      * fix for review
      
      * code style
      
      * fix bug
      
      * fix bug for data loader
      
      * kStart in FW for data loader
      
      * fix bug
      
      * bp
      
      * bp && fw
      
      * unexpected_run
      
      * boxing state
      
      * fix bug
      
      * ProcessEord & Boxing fixed
      
      * ProcessEord in Actor and fix boxing
      
      * remove useless override
      
      * total_reading_cnt_
      
      * use mut
      
      * redefine fw
      
      * redefine bp
      
      * remove useless variable
      
      * redefine model update
      997ec81a
    • L
      refine copy actors and mode diff actor (#189) · 87db4f65
      Liu Guo 提交于
      * refine copy actors and model diff acc actor
      
      * use set_num_of_not_eord
      87db4f65
    • J
      FW and BP (#190) · 74acbc55
      Jingwu Chen 提交于
      * total_piece_num
      
      * fw
      
      * fix for review
      
      * code style
      
      * fix bug
      
      * fix bug for data loader
      
      * kStart in FW for data loader
      
      * fix bug
      
      * bp
      
      * bp && fw
      
      * unexpected_run
      
      * boxing state
      
      * fix bug
      
      * ProcessEord & Boxing fixed
      
      * ProcessEord in Actor and fix boxing
      
      * remove useless override
      
      * total_reading_cnt_
      
      * use mut
      
      * redefine fw
      
      * redefine bp
      
      * remove useless variable
      74acbc55
    • W
      Update CODEOWNERS · b80bacb8
      Will Zhang 提交于
      b80bacb8
    • J
      Boxing state (#183) · 5b33aa57
      Jingwu Chen 提交于
      * total_piece_num
      
      * fw
      
      * fix for review
      
      * code style
      
      * fix bug
      
      * fix bug for data loader
      
      * kStart in FW for data loader
      
      * fix bug
      
      * bp
      
      * bp && fw
      
      * unexpected_run
      
      * boxing state
      
      * fix bug
      
      * ProcessEord & Boxing fixed
      
      * ProcessEord in Actor and fix boxing
      
      * remove useless override
      
      * total_reading_cnt_
      
      * use mut
      5b33aa57
    • duduscript's avatar
      Delete ModelUpdateKernelTest (#188) · be62127c
      duduscript 提交于
      * basic model update
      
      * spell mistake
      
      * fix bug
      
      * remove a log line
      
      * add model_update_kernel_test
      
      * fix some problem in model_update
      
      * function problem
      
      * judge isfinite and change function
      
      * fix batch problem
      
      * remove model update test
      be62127c
  7. 08 7月, 2017 6 次提交
    • duduscript's avatar
      basic model update (#184) · 6eec94df
      duduscript 提交于
      * basic model update
      
      * spell mistake
      
      * fix bug
      
      * remove a log line
      
      * add model_update_kernel_test
      
      * fix some problem in model_update
      
      * function problem
      
      * judge isfinite and change function
      
      * fix batch problem
      6eec94df
    • W
      refine code owners · acd8b3b3
      willzhang4a58 提交于
      acd8b3b3
    • W
      rename ready_in to readable_regst · 112f2cb7
      willzhang4a58 提交于
      112f2cb7
    • W
      Add code owners · 41024a77
      willzhang4a58 提交于
      41024a77
    • S
      add filler (#176) · 5291a598
      Shiyuan Shang-Guan 提交于
      * add filler
      
      * update filler
      
      * fix issues
      
      * rename filler
      
      * add fill in kernel_util.cu
      
      * update fill in gpu version
      
      * update
      
      * rm useless function declaration in kernel_util.h
      
      * fix issues
      
      * use unique_ptr to release memory of cudaMallocHost
      
      * fix issues
      
      * use kernel_util memcpy
      
      * update Fill in kernel_util.cu
      5291a598
    • W
      Create CODEOWNERS · d6fa2f59
      Will Zhang 提交于
      d6fa2f59
  8. 07 7月, 2017 1 次提交
  9. 06 7月, 2017 10 次提交