YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

DeprecationWarning:mxnet.model.FeedForward has been deprecated. Please use mxnet.mod.Module instead #16

Open 123chengbo opened 7 years ago

123chengbo commented 7 years ago

when i run : python main.py, there is something wrong : .......model.py:870:DeprecationWarning:mxnet.model.FeedForward has been deprecated. Please use mxnet.mod.Module instead .

(my mxnet is the latest version) i am new to python,and confused about this problem, could you give me some advice about how to modify this?

Thank you so much

wangWilson commented 6 years ago

I have same issue.Did you solve it?