avasisht-celadon

Results 8 comments of avasisht-celadon

hi, I still get the above error with 100 epochs. Could you please tell how I would solve it? ![capture](https://user-images.githubusercontent.com/43161667/48533185-72fc2d80-e8c9-11e8-97ef-7a56898241db.jpg)

Yes, it was not v0.9.3. I cloned mxnet again and checked out v0.9.3. Then, I issued "make" to build mxnet. But, I do get the error:- Makefile:27: mshadow/make/mshadow.mk: No such...

I solved the above issue, by cloning the submodules. But, Now, ended up with lot of compilation errors. These errors are absent in latest mxnet versions though.

Yes sir, absolutely right. I have a GPU but had not enabled "USE_CUDA" flag in config.mk of "incubator-mxnet". I am recompiling the mxnet repo with "USE_CUDA = 1", It threw...

actually the errors begin with:- /usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9220): error: argument of type "const void *" is incompatible with parameter of type "const float *" /usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9292): error: argument of type "const void *"...

I am compiling the one i downloaded here:- https://github.com/apache/incubator-mxnet. 1.3 apparently

Yes, fine. Thanks for the reply. I checked out v0.9.3, but if I "make" now, I get the error:- Makefile:27: mshadow/make/mshadow.mk: No such file or directory Makefile:28: /home/aditya/stn-ocr/incubator-mxnet/dmlc-core/make/dmlc.mk: No such...

And if I dont check out v0.9.3, and do make.. I get the compilation errors stated above. Please help. Thanks in advance