-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
mxnet.base.MXNetError: [01:22:21] D:\MyCoding\DeepLearning\OpenSource\mxnet\src\ndarray\ndarray.cc:653: Check failed: fi->Read(data) Invalid NDArray file format #11
Comments
I had met a problem about the decode when using mx.nd.imdecode function in data.py. Do you have solved your problem and run the the training code fluently? |
@zhaohust Not yet. |
The issue is because a file is missing. The main issue is here: #33 |
I have same question, and i con't find the reason. As for me, No files is missing, there is a warning, I don't know whether this is the reason:
|
@sunbinbin1991 Files are definitely missing for you. There's a dependency that this program is trying to fetch from this guy's server and it's just not there. |
Thanks anyway |
@sunbinbin1991 Hi, Have you resolved the problem. I think i met the exact the same problem as yours. |
I think maybe the version of mxnet is problem, so I change my mxnet, and rebuilt it in another computer, at last it works, at first my computer has four GPU, the other computer only has a GPU,rebuilt your mxnet is my suggestion. Actually, i doubt weather it works. ~Ganga Face |
@Trangle Hi bro, did success in this code? |
@sunbinbin1991 could u pls tell me ur mxnet version ? |
@CedricMx , it's too long ago, normally, I just clone the mxnet version in that day |
@sunbinbin1991 Ok thx ~ |
hello, i had met a new problem about the data format error, like this.
The text was updated successfully, but these errors were encountered: