mtcnn icon indicating copy to clipboard operation
mtcnn copied to clipboard

How to integrate it in latest mxnet?

Open linsonwang opened this issue 6 years ago • 4 comments

This code is based on mxnet 0.95, but latest mxnet version is 1.1.0, how to integrate this version to latest mxnet 1.1.0?
I can't find the relative code in mxnet 1.1.0 for patch mxnet_diff.patch

linsonwang avatar Apr 01 '18 02:04 linsonwang

@linsonwang I have the same problem. I can integrate this version to mxnet 0.10.0 only and must change parameters of 'metric.py' to list.

ygl365166495 avatar Jun 13 '18 03:06 ygl365166495

I can update mxnet to 1.0.0 version now, if anyone have a good idea update to last version we can talk to each other.

ygl365166495 avatar Jun 21 '18 03:06 ygl365166495

I can't find the relative code in mxnet 1.1.0 for patch mxnet_diff.patch me too . who can help us

you-old avatar Sep 06 '18 01:09 you-old

To integrate it in latest mxnet(1.3.0),you should realize a custom layer(linearregression_layer),to pass the gradient.

hsxidiancoder avatar Feb 28 '19 06:02 hsxidiancoder