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

Support conversion of recognize_digits models #19

Merged
merged 10 commits into from
Apr 16, 2018

Commits on Apr 12, 2018

  1. Pass op's parameters into node_maker

    Yibing Liu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    48876b4 View commit details
    Browse the repository at this point in the history
  2. Add conv2d pool2d batch_norm relu & softmax to support recognize_digi…

    …ts_conv model
    Yibing Liu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    446dca8 View commit details
    Browse the repository at this point in the history
  3. Fix conv_op batchnorm_op and add_op in runtime

    Yibing Liu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    82d1f81 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of upstream into convert_conv

    Yibing Liu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    d6a60e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    0035259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f140c View commit details
    Browse the repository at this point in the history
  3. Fix padding in conv2d_op

    Yibing Liu committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    233df53 View commit details
    Browse the repository at this point in the history
  4. Add recognize_digits into supported models in README

    Yibing Liu committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    b577b05 View commit details
    Browse the repository at this point in the history
  5. Add tanh_op to support recognize_digits_mlp

    Yibing Liu committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    467775a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Hide parameter node's making

    Yibing Liu committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    557e61b View commit details
    Browse the repository at this point in the history