We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is memonger installed by default with mxnet ?
i can't import
>>> import mxnet >>> import memonger Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named memonger
The text was updated successfully, but these errors were encountered:
You need to clone this repo and put it under your env variable python path
Sorry, something went wrong.
I am using colab and I found that appending the memonger repository path to sys.path works for me:
import sys sys.path.append("/path/to/mxnet-memonger")
@tqchen Does your implementation include the Alg.2 of your original paper?
No branches or pull requests
is memonger installed by default with mxnet ?
i can't import
The text was updated successfully, but these errors were encountered: