Can you please share how you are setting the parameters for the CSVIter iterator? To be precise, the implementation of "setDataIter()" used in the above code.
According to https://github.com/apache/incubator-mxnet/blob/master/src/io/iter_csv.cc, for CSVIter to work correctly, the parameters such as "data_csv", "data_shape",etc are required to be set. The implementation of "setDataIter()" in the "mxnet-cpp/examples/utils.h" is specific to "MNISTIter". The function is setting the parameters (such as "image", "label", etc) that are specific to MNISTIter. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12247 ] This message was relayed via gitbox.apache.org for [email protected]
