mxnet-memonger icon indicating copy to clipboard operation
mxnet-memonger copied to clipboard

how to install memonger

Open raAen opened this issue 9 years ago • 3 comments

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

raAen avatar Nov 12 '16 07:11 raAen

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

tqchen avatar Nov 12 '16 23:11 tqchen

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

ekyy2 avatar Dec 27 '18 05:12 ekyy2

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

nyngwang avatar Jul 07 '22 10:07 nyngwang