How to extract typical rows in MXNet?

前端 未结 0 406
春和景丽
春和景丽 2020-12-09 14:52

These are data(Batch size 2) and batch index

import mxnet as mx
data=mx.nd.array(range(24)).reshape(2,3,4)
index=mx.nd.array([[0,1],[1,2]])

<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题