DeprecationWarning:mxnet.model.FeedForward has been deprecated. Please use mxnet.mod.Module instead
123chengbo opened this issue · 1 comments
123chengbo commented
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
I have same issue.Did you solve it?