Jose Fraga

Results 6 comments of Jose Fraga

@xqpinitial did you ever solve this problem?

@iamweiweishi I'm having the same issue as @pinyuchen. You mention, "copy the files in src/operator into MXNet...", when you say "...into MXNet...", do you mean copy the files in mxnet-face/src/operator...

@pinyuchen were you able to solve this issue? I was able to solve the same issue with @iamweiweishi comment, "You should copy the files in src/operator into MXNet and recompile...

I'm not 100% sure since this was awhile back, but if i remember correctly this is what you need to do. You need to copy one of these or all...

Hmm i don't think i used "pip install". If i remember, i installed incubator-mxnet and i used one or both of my Makefile's to install mxnet-face. I think i copied...

Hey @xyzdcgan I found my documentation for how i successfully installed all this stuff. So to successfully compile incubator-mxnet: // Command from MKLDNN_README.md $ make -j $(nproc) USE_OPENCV=1 USE_MKLDNN=1 USE_BLAS=openblas...