You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/29 19:59:14 UTC

[GitHub] [incubator-tvm] gussmith23 opened a new issue #6592: [Docs] relay.nn.bias_add with axis=-1?

gussmith23 opened a new issue #6592:
URL: https://github.com/apache/incubator-tvm/issues/6592


   The documentation for `bias_add` does not seem to indicate what `axis=-1` means, though it appears in Relay's version of ResNet.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] gussmith23 commented on issue #6592: [Docs] relay.nn.bias_add with axis=-1?

Posted by GitBox <gi...@apache.org>.
gussmith23 commented on issue #6592:
URL: https://github.com/apache/incubator-tvm/issues/6592#issuecomment-700953127


   cc @hogepodge 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen closed issue #6592: [Docs] relay.nn.bias_add with axis=-1?

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #6592:
URL: https://github.com/apache/incubator-tvm/issues/6592


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #6592: [Docs] relay.nn.bias_add with axis=-1?

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6592:
URL: https://github.com/apache/incubator-tvm/issues/6592#issuecomment-701001050


   I agree it might be helpful to update the document, Thanks @gussmith23 for bringing this up


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #6592: [Docs] relay.nn.bias_add with axis=-1?

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6592:
URL: https://github.com/apache/incubator-tvm/issues/6592#issuecomment-700975858


   I believe it is like most numpy conventions. Negative axis means starting from the highest dimension.
   
   Let us also use https://discuss.tvm.apache.org/ for this kind of general topics so we can also get more attentions there :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] gussmith23 commented on issue #6592: [Docs] relay.nn.bias_add with axis=-1?

Posted by GitBox <gi...@apache.org>.
gussmith23 commented on issue #6592:
URL: https://github.com/apache/incubator-tvm/issues/6592#issuecomment-700998557


   It is somewhat implicit what negative `axis` values mean; they're used in other places in Relay. I bet a lot of people know what it means right off the bat.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org