YYuanAnyVision/mxnet_mtcnn_face_detection

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

123chengbo opened this issue · 1 comments

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

I have same issue.Did you solve it?