-
Hi and thanks for this awesome library. I am trying to train a model on GPU using the nightly build mxnet-cu110 (2.0.0b20201208-py3 from https://dist.mxnet.io/python).
Am I at the right place to ask if there is a timeline on when gluon is usable with CUDA 11? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@nils-fl I moved this to “discussions” (we just started using this new GitHub feature), hope you don’t mind. I think the issue is not caused by cu11 but rather mxnet 2.0. We currently test on mxnet<2 only, and from your stack trace there seem to be some breaking changes. We haven’t really started looking into mxnet 2.0, we will make a plan for this as soon as an ETA for it is more concrete. If you’re interested in cu11 specifically, have you checked if mxnet 1.8 will support it? |
Beta Was this translation helpful? Give feedback.
-
Thanks Lorenzo for moving this to discussions, makes more sense. I wasn't aware of it. You are absolutely right! I somehow missed that there is a mxnet 1.9 cu11 nightly available. It works perfectly. Thanks! |
Beta Was this translation helpful? Give feedback.
@nils-fl I moved this to “discussions” (we just started using this new GitHub feature), hope you don’t mind.
I think the issue is not caused by cu11 but rather mxnet 2.0. We currently test on mxnet<2 only, and from your stack trace there seem to be some breaking changes. We haven’t really started looking into mxnet 2.0, we will make a plan for this as soon as an ETA for it is more concrete.
If you’re interested in cu11 specifically, have you checked if mxnet 1.8 will support it?