Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add switch order layer for FCN model #2788

Merged
merged 16 commits into from
Sep 7, 2017

Commits on Jul 10, 2017

  1. Add pixel softmax layer for FCN model

    1. Add switch function for switching image dimensions order
    2. Add CpuMatrix::backwardSoftmax function
    3. Add pixel softmax layer, python wrapper and grad_test
    wanghaoshuang committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    29f25fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa6798 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    0152d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475dd70 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. 1. delete PixelSoftmaxLayer and add SwitchOrderLayer

    2. Make SwitchOrderLayer support for softmax activation
    3. Fix bugs
    wanghaoshuang committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    1cdf149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ee07f View commit details
    Browse the repository at this point in the history
  3. Delete debug log

    wanghaoshuang committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    fa02963 View commit details
    Browse the repository at this point in the history
  4. fix cmake

    wanghaoshuang committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    e23acb4 View commit details
    Browse the repository at this point in the history
  5. fix python wrapper bugs

    wanghaoshuang committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    a6c53fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baae844 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. fix code format

    wanghaoshuang committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    ec236f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    a162ebc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Configuration menu
    Copy the full SHA
    3d490d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    de145b0 View commit details
    Browse the repository at this point in the history
  2. Fix format error

    wanghaoshuang committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    eb3c774 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Fix format

    wanghaoshuang committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    e033569 View commit details
    Browse the repository at this point in the history