I prepared MXNet Hybrid block which uses F.take(x, [1,2], axis=1)
.
MXNet and TVM outputs are different.
Script and output are below:
I prepared MXNet Hybrid block which uses F.take(x, [1,2], axis=1)
.
MXNet and TVM outputs are different.
Script and output are below:
@haichen What you think?
I’ll take a look when I get some time.