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

concat refactor #16

Open
wants to merge 276 commits into
base: refactor
Choose a base branch
from
Open

concat refactor #16

wants to merge 276 commits into from

Conversation

wentingj
Copy link

@wentingj wentingj commented Jan 11, 2018

Description

  1. refact concat and pass nosetests:
    tests/python/unittest/test_operator.py:test_convolution_grouping
  2. issue is testing negative dim in test_concat will fail no matter use mkldnn or not.

Checklist

Essentials

  • Passed code style checking (make lint)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • For user-facing API changes, API doc string has been updated. For new C++ functions in header files, their functionalities and arguments are well-documented.
  • To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

Changes

  • Feature1, tests, (and when applicable, API doc)
  • Feature2, tests, (and when applicable, API doc)

Comments

  • If this change is a backward incompatible change, why must this change be made.
  • Interesting edge cases to note here

@zheng-da zheng-da force-pushed the refactor branch 8 times, most recently from ba474be to 5cb7ca0 Compare January 17, 2018 18:50
zheng-da added a commit that referenced this pull request Jun 13, 2018
* execute subgraph operators correctly.

* add HasSubgraph attr.

* support subgraph op in imperative.

* rewrite running subgraph in main thread.

* execute subgraph op in imperative.

* remove need_grad.
TaoLv pushed a commit to TaoLv/incubator-mxnet that referenced this pull request Jun 16, 2018
* execute subgraph operators correctly.

* add HasSubgraph attr.

* support subgraph op in imperative.

* rewrite running subgraph in main thread.

* execute subgraph op in imperative.

* remove need_grad.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants