tusen-ai/simpledet

Support for newer version of MXNet, CUDA 11, and 30-series NVIDIA GPU

kzhang0718 opened this issue · 3 comments

Hi,

Just wondering if there's any existing plan for supporting latest version of MXNet? The MXNet version used by simpledet does not support 30-series NVIDIA GPU, which requires CUDA 11. Yet I could not successfully compile this version of MXNet with CUDA 11.

Thanks.

@kzhang0718 We provide a dockerfile now.
You can use mxnet 1.6.0 with cuda11.1. As for mxnet 1.7.0 and the master branch of mxnet, there still some problems due to the API change.
Please refer #350.

Thanks! Will try it out.