1. 11 7月, 2017 1 次提交
  2. 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
  3. 07 7月, 2017 1 次提交
  4. 05 7月, 2017 1 次提交
  5. 04 7月, 2017 1 次提交
  6. 03 7月, 2017 1 次提交
  7. 29 6月, 2017 2 次提交
  8. 23 6月, 2017 1 次提交
  9. 20 6月, 2017 1 次提交
  10. 18 6月, 2017 1 次提交
  11. 17 6月, 2017 2 次提交
  12. 16 6月, 2017 2 次提交
  13. 08 6月, 2017 4 次提交
  14. 07 6月, 2017 2 次提交
  15. 05 6月, 2017 1 次提交
  16. 04 6月, 2017 1 次提交
  17. 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
  18. 02 6月, 2017 1 次提交
  19. 01 6月, 2017 1 次提交
  20. 29 5月, 2017 1 次提交
  21. 26 5月, 2017 2 次提交
  22. 23 5月, 2017 1 次提交
  23. 18 5月, 2017 2 次提交
  24. 17 5月, 2017 2 次提交
  25. 15 5月, 2017 3 次提交
  26. 29 4月, 2017 1 次提交
  27. 26 4月, 2017 2 次提交
    • Q
      fix gru_step_naive_layer name · 4dafa698
      qijun 提交于
      4dafa698
    • Y
      Add error clipping to MT demo. · 3f1151a5
      Yu Yang 提交于
      * Compose GRU step naive layer in trainer config helpers.
        * It is uses mixed_layer for gate.
        * It supports ERROR_CLIPPING, DROPOUT
      * Add error clipping in MT demo.
      * Fix #1143
      * Fix #1891
      3f1151a5