apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

[Feature Request] Make mxnet be available to published by PyInstaller #15112

Open chinakook opened 5 years ago

chinakook commented 5 years ago

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 and Pyt*ch can be directly packaged with PyInstaller. I've tested on Windows.

mxnet-label-bot commented 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

frankfliu commented 5 years ago

@mxnet-label-bot add [feature request]