You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed MMS with following command:
pip install --pre mxnet-model-server
Got error while running mxnet-model-server command:
roshanin$ mxnet-model-export --model-name="pretrained-alexnet" --model-path="/tmp/models" --service-file-path="/tmp/models/gluon_pretrained_alexnet.py"
/Users/roshanin/anaconda2/lib/python2.7/site-packages/h5py/__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
/Users/roshanin/anaconda2/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.py:46: DeprecationWarning: OpenSSL.rand is deprecated - you should use os.urandom instead
import OpenSSL.SSL
Traceback (most recent call last):
File "/Users/roshanin/anaconda2/bin/mxnet-model-export", line 7, in <module>
from mms.export_model import export
File "/Users/roshanin/anaconda2/lib/python2.7/site-packages/mms/__init__.py", line 22, in <module>
from . import version
File "/Users/roshanin/anaconda2/lib/python2.7/site-packages/mms/version.py", line 14
__version__ = 0.4b2
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Installed MMS with following command:
pip install --pre mxnet-model-server
Got error while running mxnet-model-server command:
The text was updated successfully, but these errors were encountered: