Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attributeError:'module' object has no attribute 'MXIndexedRecordIO #10

Open
Daliben opened this issue Jun 4, 2017 · 0 comments
Open

Comments

@Daliben
Copy link

Daliben commented Jun 4, 2017

Hi ,
I have used im2rec.py to convert "caltech101 images" into record io format:

I have created "caltech.lst" succesfully using
os.system('python %s/tools/im2rec.py --list=1 --recursive=1 --shuffle=1 data/caltech data/101_ObjectCategories'%MXNET_HOME)
Then, when I run this :
os.system("python %s/tools/im2rec.py --train-ratio=0.8 --test-ratio=0.2 --num-thread=4 --pass-through=1 data/caltech data/101_ObjectCategories"%MXNET_HOME)
I have this error : attributeErroe:'module' object has no attribute 'MXIndexedRecordIO'
Please, someone has an idea to fix this error ?
Thanks in advance.

Environment info

Operating System:Windows 8.1
Package used (Python/R/Scala/Julia): Python
MXNet version:0.9.5
Python version and distribution:2.7

@Daliben Daliben changed the title attributeErroe:'module' object has no attribute 'MXIndexedRecordIO attributeError:'module' object has no attribute 'MXIndexedRecordIO Jun 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant