-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate it in latest mxnet? #62
Comments
@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 |
To integrate it in latest mxnet(1.3.0),you should realize a custom layer(linearregression_layer),to pass the gradient. |
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
The text was updated successfully, but these errors were encountered: