-
Notifications
You must be signed in to change notification settings - Fork 70
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
Call to mx.get_updater(optimizer) gives UndefRefError #155
Comments
This error is weird. It seems to be from the Julia side instead of of libmxnet. I'm not really sure what does it mean by a |
@ngphuoc The
@pluskid maybe optimizers should be initialized automatically when calling @pluskid There aren't any examples of training a net without using the |
@facundoq Unfortunately, yes, currently the new API (based on modules) in Python has not been fully ported to Julia yet. So intermediate level API for training is still not very convenient in the Julia side. |
I am trying to adapt cnn_text_classification example from python, https://github.com/dmlc/mxnet/tree/master/example/cnn_text_classification, to julia. I have error for the following part:
Is the error from MXNet.jl or mxnet core library? I can run the cnn_text_classification python version normally.
The text was updated successfully, but these errors were encountered: