1. 23 1月, 2019 4 次提交
  2. 14 1月, 2019 1 次提交
  3. 29 12月, 2018 1 次提交
  4. 04 12月, 2018 1 次提交
  5. 02 12月, 2018 1 次提交
  6. 26 11月, 2018 2 次提交
  7. 17 11月, 2018 1 次提交
  8. 14 11月, 2018 1 次提交
    • J
      Dev prelu (#1474) · 6dcc4dc2
      jackalcooper 提交于
      * GPU impl of prelu
      
      * better naming
      
      * address review
      
      * renaming and use ? :
      
      * address reviews on op
      
      * change op conf
      
      * rename weight
      
      * allow 2d+
      
      * not elementwise op
      
      * naive impl
      
      * minor fix
      
      * rename
      
      * remove dupl
      
      * refacor to remove duplicate
      
      * remove dup
      
      * remove dup
      
      * reverse condition
      
      * move code
      
      * remove useless arg
      
      * refactoring
      
      * add empty line
      
      
      Former-commit-id: a39766ba331285035704715b6273b49bc88f8b10
      6dcc4dc2
  9. 13 11月, 2018 1 次提交
    • J
      Dev jinyi offline build (#1476) · b4258477
      Jin Yi 提交于
      * chore: remove pre compiler funcs
      
      * chore: add submoudles
      
      * fix: fix project build URL from git_url -> submodule_dir_url
      
      * fix: fix submodule commit id
      
      * fix: fix .gitmodules
      
      * chore: mv third_party dir
      
      * chore: remove test-driver(glog#188) link in glog submodule
      
      * fix: update glog from: da816ea70645e463aa04f9564544939fa327d5a7 ==> to: 4f3e18bf26cdb794fc66cec348f57b5838a0c929
      
      * chore: update README.md
      
      
      Former-commit-id: 8cc052f38cfd53c40186dc487df41b0c1f4a7189
      b4258477
  10. 06 11月, 2018 1 次提交
    • C
      Dev crop with random size (#1468) · 5d034a39
      cheng cheng 提交于
      * random size crop proto
      
      * ImagePreprocessImpl::<kCropWithRandomSize>
      
      * clang format
      
      * MaxVal
      
      
      Former-commit-id: c027432320cc0f03248f9165994150fce058f00a
      5d034a39
  11. 05 11月, 2018 1 次提交
  12. 30 10月, 2018 1 次提交
    • Q
      Fix normlization epsilon check (#1441) · 9e6347a0
      QiaoJing 提交于
      * fix normlization epsilon check
      
      * remove check, fix eplison value in op_conf
      
      
      Former-commit-id: 8ad160577179646a4d83f47a40d5de275ad19952
      9e6347a0
  13. 29 10月, 2018 1 次提交
  14. 26 10月, 2018 2 次提交
  15. 25 10月, 2018 1 次提交
  16. 21 10月, 2018 1 次提交
  17. 20 10月, 2018 1 次提交
  18. 19 10月, 2018 1 次提交
    • J
      feat: enhance cmake download & options (#1281) · b3fb9acf
      Jin Yi 提交于
      * feat: enhance cmake download & options
      
      * feat(tools/): add share libs build scripts
      
      * fix: add cmake options
      
      * feat: add 3rd party download
      
      * chore: updat README
      
      * fix: fix protobuf & cmake repo
      
      * fix: fix options name
      
      * chore: merge 3rd_party.cmake & third_party.cmake
      
      * chore: revert pre cmake URL fix
      
      * chore: update ExternalProject check
      
      * fix: fix typo & missing download
      
      * fix: fix download url
      
      * chore: update readme
      
      * chore: fix typo
      
      * fix: fix bugs
      
      * fix: fix bugs
      
      * fix: fix pre
      
      * print all third party libs
      
      * refine readme
      
      * DOWNLOAD_THIRD_PARTY -> PRECOMPILED_THIRD_PARTY
      
      * refine readme
      
      * minor typo fix
      
      
      Former-commit-id: d7d1ec98a868c32e3a43658823ae136caa73feb5
      b3fb9acf
  19. 17 10月, 2018 1 次提交
    • S
      Fix snapshot (#1320) · 71d34a97
      Shiyuan Shang-Guan 提交于
      * fix bug of snapshot
      
      * refine distribute.sh
      
      * use more accurate function calls
      
      * rename function
      
      * update for model parallel
      
      * refine code
      
      
      Former-commit-id: e0c2ad2b2dad82e0cb3adce6de9fba98f0c4434c
      71d34a97
  20. 14 10月, 2018 1 次提交
    • J
      gpu (#1310) · e5764885
      Juncheng 提交于
      
      
      Former-commit-id: 82681d523fa9e521e2c04b5fd32e6f435f9ba722
      e5764885
  21. 12 10月, 2018 3 次提交
  22. 11 10月, 2018 1 次提交
  23. 09 10月, 2018 3 次提交
  24. 05 10月, 2018 2 次提交
  25. 03 10月, 2018 2 次提交
  26. 02 10月, 2018 2 次提交
  27. 01 10月, 2018 2 次提交
    • L
      Dev pod desc (#1268) · 1c29eb42
      Li Xinqi 提交于
      * available instance num
      
      * import shape.proto
      
      * PodProto
      
      * rename message
      
      * union pod is useless
      
      * PodPtr
      
      * rename: PodPtr::get() => PodPtr::Get()
      
      * BlobDescProto.pod
      
      * mv register_desc.time_shape into another pr
      
      * pod_helper.h
      
      * FieldAlignedByteSize
      
      * pod_desc
      
      * PodDesc copy constructor
      
      * BlobDesc::body_shape_pod_desc_
      
      * add BlobDesc::opaque_header_pod_desc_
      
      * align_shift => alignment
      
      * default alignment
      
      * add field Blob::header_pod_ptr_
      
      * rename AlignedFieldPodProto => FieldPodProto
      
      * bugfix
      
      * check
      
      * FieldId
      
      * simplify RtBlobDesc
      
      * simplify Blob
      
      * ShapedPod => TensorPod
      
      * refine ComputePackedBlobDesc
      
      
      Former-commit-id: 8800da93
      1c29eb42
    • N
      fix: add AsyncSednRegstMsgToConsumer() for send single produced regst, e.g.... · 09761973
      Niu Chong 提交于
      fix: add AsyncSednRegstMsgToConsumer() for send single produced regst, e.g. forward_model_regst (#1274)
      
      * fix(normal_model_update_compute_actor): fix send forward_model_regst_ to consumer
      
      * fix: add AsyncSednRegstMsgToConsumer() for send single produced regst, e.g. forward_model_regst
      
      
      Former-commit-id: 139c2241
      09761973