Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

python export example doesn't work #30

@aaronmarkham

Description

@aaronmarkham

I tried a couple of variations.
It seems like mms.export_model still exists, but I would have thought this would have been changed to be like dms instead of mms. But even the original example still doesn't work.

>>> import mxnet as mx
>>> from dms.export_model import export_serving
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named dms.export_model
>>> from mms.export_model import export_serving
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name export_serving
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions