TNTran92 opened a new issue, #21027:
URL: https://github.com/apache/incubator-mxnet/issues/21027
## Description
Hello all, I am new to MXNet, so I am trying to have it installed and run on
GPU. I am trying to install mxnet-cu101 to run on an RTX 3060. However, as
soon as run the lines below, the code stalls. Nothing happens after that.
from mxnet import nd, gpu, gluon, autograd
from mxnet.gluon import nn
from mxnet.gluon.data.vision import datasets, transforms
import time
>>>x = nd.ones((3,4), ctx=gpu())
Note that if I take out ctx=gpu(), it works just fine.
>>> x = nd.ones((3,4))
>>> x
[[1. 1. 1. 1.]
[1. 1. 1. 1.]
[1. 1. 1. 1.]]
<NDArray 3x4 @cpu(0)>
Question:
1/ What am I doing wrong?
2/ Is there a comprehensive guide on how to install mxnet for 30 series gpu
on Windows in conda?
Below is my specs
CUDA 10.1 and CuDNN 8.0.5.39
mxnet-cu101
Device name MyPC
Processor AMD Ryzen 9 5900X 12-Core Processor 3.70 GHz
Installed RAM 32.0 GB
System type 64-bit operating system, x64-based processor
Pen and touch Pen support
Edition Windows 11 Pro
Version 21H2
Installed on 1/2/2022
OS build 22000.675
Experience Windows Feature Experience Pack 1000.22000.675.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]