YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

mxnet.model.FeedForward has been deprecated #17

Open dianesong opened 7 years ago

dianesong commented 7 years ago

when I run main.py, it reports the error as follows:

[18:54:04] src/nnvm/legacy_json_util.cc:153: Loading symbol saved by previous version v0.8.0. Attempting to upgrade...
[Deprecation Warning] mxnet.model.FeedForward has been deprecated. Please use mxnet.mod.Module instead.

I want to install mxnet v0.8.0, but I can't find the compiled mxnet v0.8.0 for python. I also don't know how to use mxnet.mod.Module to modify the code.

hujuan940506 commented 6 years ago

@dianesong I have the same problem as you , have you solved it?