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

Deconv #269

Merged
merged 17 commits into from
Nov 10, 2016
Merged

Deconv #269

merged 17 commits into from
Nov 10, 2016

Commits on Nov 9, 2016

  1. initial take on deconv layers

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5c88f07 View commit details
    Browse the repository at this point in the history
  2. added convTrans test and python components

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    70e4473 View commit details
    Browse the repository at this point in the history
  3. added more test on convTrans layer and comments

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    bda259b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa2cd2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2575b74 View commit details
    Browse the repository at this point in the history
  6. fixed a bug in refactoring ExpandConv/TransLayer

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    e68b50a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fff96f View commit details
    Browse the repository at this point in the history
  8. Revised deconv implementations according to luotao1

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5e4cc24 View commit details
    Browse the repository at this point in the history
  9. rebase deconv implementation with develop branch and resolve conflict…

    …s with pull#218 commit 45c81a4
    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    3d72e94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb20187 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d116b17 View commit details
    Browse the repository at this point in the history
  12. deconv implementation mionr changes in ConvBaseLayer.cpp and config_p…

    …arser.py
    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    7a322df View commit details
    Browse the repository at this point in the history
  13. minor changes on deconv per luotao1 comments

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    03f4b1d View commit details
    Browse the repository at this point in the history
  14. Refactored imageSize in ConvBaseLayer to MathUtil

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    53e1629 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4491209 View commit details
    Browse the repository at this point in the history
  16. minor changes on deconv implementation and add protostr test for deco…

    …nv layer
    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    af7a50c View commit details
    Browse the repository at this point in the history
  17. fixed a bug in parse_conv in config_parser.py

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    1c58e27 View commit details
    Browse the repository at this point in the history