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

[TOPI][Relay] Fix default out_dtype for conv2d_NCHWc and Relay #2707

Merged
merged 3 commits into from
Mar 1, 2019

Conversation

eqy
Copy link
Contributor

@eqy eqy commented Mar 1, 2019

It seems that the NNVM graphs have out_dtype as "SAME" here when left unspecified. This doesn't seem to be the convention for some relay graphs, so we add a failsafe here.

(see also https://discuss.tvm.ai/t/x86-autotvm-nchw-nhcwc-conversion-seems-to-cause-config-mismatch/1781/2)

@eqy eqy requested a review from kevinthesun March 1, 2019 00:40
@tqchen tqchen merged commit 236d7ef into apache:master Mar 1, 2019
bwasti pushed a commit to facebookexperimental/tvm that referenced this pull request Mar 6, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 9, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
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.

3 participants