1. 06 7月, 2017 10 次提交
  2. 05 7月, 2017 27 次提交
  3. 04 7月, 2017 3 次提交
    • Y
      Merge pull request #2497 from pkuyym/ssd_outloss · 312ce8b4
      Yang yaming 提交于
      Add DetectionOutputLayer and MultiBoxLossLayer.
      312ce8b4
    • Y
      Remove buggy BarrierStat · 1ecddd81
      Yu Yang 提交于
      The implementation of BarrierStat is buggy, and it is not necessary
      for Paddle to diagnose which node in cluster is slow.
      1ecddd81
    • Q
      add op_desc.proto (#2736) · 57171415
      Qiao Longfei 提交于
      * add op_desc.proto
      
      In Operator design, we need a proto message to describe an Operator.
      Third-party language such as python can build this proto message and use
      AddOp(const OpDesc& op_desc) of Paddle core to construct an Op in the
      Network.
      57171415