vivienzou1 opened a new issue #11929: unfound reference: mx.io.ImageRecordIter URL: https://github.com/apache/incubator-mxnet/issues/11929 ## Description after update to the latest version 1.3 mxnet in python 3.6, the IDE catch error as `' Cannot find reference "ImageRecordIter" in "io.py" ` when I try to ```bash # construct the training image iterator import mxnet as mx trainIter = mx.io.ImageRecordIter( path_imgrec=config.Train_MX_REC, data_shape=(3,224,224) batch_size=batchSize,...) ``` ## Environment info python 3.6 mxnet 1. 3. 0b20 IDE: latest pycharm community
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
