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

[Relay][OP] Fix bias_add default axis #2829

Merged
merged 3 commits into from
Apr 2, 2019
Merged

Conversation

icemelon
Copy link
Member

Change the default axis in bias_add from 1 to -1

@icemelon icemelon requested a review from junrushao March 16, 2019 00:32
@junrushao
Copy link
Member

The CI issue is due to this line and this line

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Please fix the test cases :-)

@icemelon
Copy link
Member Author

@junrushao1994 I'm investigating whether we should go with this change... I realize that bias_add with default axis=1 works good with conv, but requires batch flatten for dense op. I'll follow up on this pr in a few days.

@yzhliu yzhliu added the status: need update need update based on feedbacks label Mar 27, 2019
@yzhliu
Copy link
Member

yzhliu commented Mar 27, 2019

any update?

@icemelon
Copy link
Member Author

I decide to change the MXNet converter to explicit set axis=-1 in the bias_add.
@junrushao1994 @yzhliu Could you review again?

@junrushao
Copy link
Member

It looks good. Let's wait for the CI to complete

@icemelon
Copy link
Member Author

icemelon commented Apr 2, 2019

@junrushao1994 @jroesch CI has passed. Could you help review the pr?

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@icemelon icemelon added status: need review and removed status: need update need update based on feedbacks labels Apr 2, 2019
@jroesch jroesch merged commit 71abe36 into apache:master Apr 2, 2019
@icemelon icemelon deleted the bias_add branch April 4, 2019 17:31
ajtulloch pushed a commit to ajtulloch/tvm that referenced this pull request Apr 5, 2019
* Fix bias add default axis

* update

* Fix canonicalize ops for bias_add
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 7, 2019
* Fix bias add default axis

* update

* Fix canonicalize ops for bias_add
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 7, 2019
* Fix bias add default axis

* update

* Fix canonicalize ops for bias_add
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 8, 2019
* Fix bias add default axis

* update

* Fix canonicalize ops for bias_add
wweic pushed a commit to wweic/tvm that referenced this pull request Apr 10, 2019
* Fix bias add default axis

* update

* Fix canonicalize ops for bias_add
wweic pushed a commit to neo-ai/tvm that referenced this pull request Apr 11, 2019
* Fix bias add default axis

* update

* Fix canonicalize ops for bias_add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants