You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i input the mxnet.test_utils.get_im2rec_path() order,why can't i get the path to im2rec.py?
It will return the following error:
raise IOError('Could not find path to tools/im2rec.py')
IOError: Could not find path to tools/im2rec.py
The text was updated successfully, but these errors were encountered:
which version did you install? which OS are you on? if on windows you should make sure MXNET_HOME is set to your path? there used to be a script you ran from your install dir to do it for you (setupenv.cmd)
nowadays you can pip install and it should be set also, as per: https://mxnet.incubator.apache.org/versions/master/install/windows_setup.html
when i input the mxnet.test_utils.get_im2rec_path() order,why can't i get the path to im2rec.py?
It will return the following error:
raise IOError('Could not find path to tools/im2rec.py')
IOError: Could not find path to tools/im2rec.py
The text was updated successfully, but these errors were encountered: