1. 10 7月, 2017 1 次提交
    • W
      Add pixel softmax layer for FCN model · 29f25fbe
      wanghaoshuang 提交于
      1. Add switch function for switching image dimensions order
      2. Add CpuMatrix::backwardSoftmax function
      3. Add pixel softmax layer, python wrapper and grad_test
      29f25fbe
  2. 07 7月, 2017 1 次提交
  3. 05 7月, 2017 1 次提交
  4. 04 7月, 2017 1 次提交
  5. 03 7月, 2017 1 次提交
  6. 30 6月, 2017 1 次提交
  7. 29 6月, 2017 4 次提交
  8. 27 6月, 2017 1 次提交
  9. 24 6月, 2017 1 次提交
  10. 23 6月, 2017 3 次提交
  11. 22 6月, 2017 2 次提交
  12. 21 6月, 2017 1 次提交
  13. 20 6月, 2017 2 次提交
  14. 19 6月, 2017 1 次提交
  15. 18 6月, 2017 1 次提交
  16. 17 6月, 2017 2 次提交
  17. 16 6月, 2017 3 次提交
  18. 15 6月, 2017 1 次提交
    • X
      Parameter initializer in V2 API · dd2cbb63
      xuwei06 提交于
      User can provide an initializer in ParamAttr. The initializer will be called when at parameters.create().
      dd2cbb63
  19. 14 6月, 2017 1 次提交
  20. 13 6月, 2017 1 次提交
  21. 08 6月, 2017 4 次提交
  22. 07 6月, 2017 2 次提交
  23. 05 6月, 2017 2 次提交
  24. 04 6月, 2017 1 次提交
  25. 03 6月, 2017 1 次提交
    • X
      Correctly handle print_layer in V2 API · 252c84db
      xuwei06 提交于
      print_layer is used to print the values of a layer when evaluating the model for debugging purpose. No layer depends on print_layer. It should be added to the topology if it is used to print some layer already in the topology.
      252c84db