Skip to content
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 install memonger #4

Open
raAen opened this issue Nov 12, 2016 · 3 comments
Open

how to install memonger #4

raAen opened this issue Nov 12, 2016 · 3 comments

Comments

@raAen
Copy link

raAen commented Nov 12, 2016

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

@tqchen
Copy link
Member

tqchen commented Nov 12, 2016

You need to clone this repo and put it under your env variable python path

@ekyy2
Copy link

ekyy2 commented Dec 27, 2018

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")

@nyngwang
Copy link

nyngwang commented Jul 7, 2022

@tqchen Does your implementation include the Alg.2 of your original paper?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants