Open
Description
hello,ModuleNotFoundError: No module named 'fused_adam_cuda'
linux
pytorch 3.7
cuda9.2
Has been an error:ModuleNotFoundError: No module named 'fused_adam_cuda'。
git clone https://github.com/NVIDIA/apex
$ cd apex
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
$` pip install -v --no-cache-dir ./
python setup.py install --cuda_ext --cpp_ext
注释掉setup.py中版本检查那段,都试过了,还是有错
Comment out the check of version in setup.py, i've tried everything above, there are still mistakes。 No module named 'fused_adam_cuda'。
Metadata
Metadata
Assignees
Labels
No labels