Open rylynchen opened 2 years ago
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
What are the operating system and CUDA version you are using? I also encountered the exact same problem, because CUDA10.x does not support RTX30 series graphics cards, and MXNet does not support CUDA11.x on Windows.
OS: centos7 HOST CUDA: 11.4 docker CUDA: 10
Description
On NVIDIA V100 code work well. On NVIDIA A100 code is blocking in gluon_net.load_params, without any error. And I'm sure , params file exist, gpu is available.
Anyone have same problem?