Open chinakook opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Feature
@mxnet-label-bot add [feature request]
PyInstaller bundles a Python application and all its dependencies into a single package. It support Windows/Linux and Mac OS. We can publish our app rapidly on these platforms by PyInstaller. However, mxnet cannot be packaged as a dependency. So I think we should make MXNet to be compatible with PyInstaller. P.S:
Ten*flow
andPyt*ch
can be directly packaged with PyInstaller. I've tested on Windows.