This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment
-
|
@mxnet-label-bot add [operator, question] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, in src/operator/nn/convolution-inl.h 307, mxnet compute the conv operator serially for each batch, which leading to the forward time(batch size > 1) much longer than batch size == 1.
I wanna know the reason of this
Beta Was this translation helpful? Give feedback.
All reactions