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.77k stars 6.79k forks source link

pip package for windows 32 bit? #13722

Open brightening-eyes opened 5 years ago

brightening-eyes commented 5 years ago

hi, mxnet up to versions 1.2.0 are available on pip as a 32 bit version, but afterwards isn't available for windows 32 bit. for people like me who don't train on the cloud, and some of them have users that their processors is x86 only, providing 32 bit packages on pip solves their problem. lets asume that i have some data to train with (time doesn't matter for me at least), i do it on my 64 bit, and when i want to share my model with them, since their processors are x86, they can't run mxnet, cause the newer versions aren't available. thanks.

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:

vrakesh commented 5 years ago

@mxnet-label-bot add [Feature request]

vrakesh commented 5 years ago

@brightening-eyes Thank you for reporting the concern. I agree in some cases having a 32-bit version does add value.