假设我有一个小批量作为这段代码的结果:
test_minibatch = reader_test.next_minibatch(10)
我怎样才能得到这个小批量的索引作为原始数据的参考?假设我的测试数据集是 100 行。我如何知道 100 行原始行中有哪 10 行在 minibatch 中?
假设我有一个小批量作为这段代码的结果:
test_minibatch = reader_test.next_minibatch(10)
我怎样才能得到这个小批量的索引作为原始数据的参考?假设我的测试数据集是 100 行。我如何知道 100 行原始行中有哪 10 行在 minibatch 中?