Open OliverColeman opened 4 years ago
Thank you for the report: ) I will check it.
The bug has been fixed in the PR https://github.com/apache/incubator-mxnet/pull/16234 on Nov. 22, 2019. However, the version of the nightly-build mxnet-cu101mkl is 20191006, and the version of the nightly-build mxnet-cu101 is 20191122.
MXNet installed by pip install mxnet-cu101 --pre
works.
Hi @yajiedesign , could you please help update these nightly-build packages? Thanks a lot : )
That got it, thanks :)
@wkcn hi.now the old windows build system has been borken.We will move the night release to S3, which is currently in progress and will take some time.
@yajiedesign Thank you! It seems that the build system for Linux CUDA10.1 has been broken too. The version of nightly-built MXNet CUDA10.1 Linux is built on 20191122.
Description
When trying to convert a numpy array with dtype
float16
I get the error below. I looked through the code and it looks like it should be supported, but I've tried the latest production release (mxnet-cu101==1.5.1.post0) and the latest pre-release (mxnet-cu101==1.6.0b20191029) with no success.Error Message
To Reproduce
Environment