mtcnn
mtcnn copied to clipboard
How to integrate it in latest mxnet?
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 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.
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.
I can't find the relative code in mxnet 1.1.0 for patch mxnet_diff.patch me too . who can help us
To integrate it in latest mxnet(1.3.0),you should realize a custom layer(linearregression_layer),to pass the gradient.