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

Fix a bug in nnvm to relay converter. #2756

Merged
merged 2 commits into from
Mar 14, 2019
Merged

Commits on Mar 9, 2019

  1. Fix a bug in nnvm to relay converter.

      line 455 checks whether a child is expr.TupleWrapper, so _split() should
      return TupleWrapper instead of TupleWrapper.tuple_value
    
      455             if isinstance(child, expr.TupleWrapper):
      456                 children.append(child[i[1]])
    Li Xiaoquan committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    ae2d046 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Refine fix to handle the case output is a TupleWrapper

    Add a regression test guarding on original bug.
    Li Xiaoquan committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    484e28b View commit details
    Browse the repository at this point in the history