No module named 'fused_layer_norm_cuda' · Issue #161 · NVIDIA ...
github.com › NVIDIA › apexFeb 19, 2019 · However, I am encountering this problem when calling fused_layer_norm_cuda: "No module named 'fused_layer_norm_cuda'". I faced the exact same issue in Colab even after following the solution here, after which I figured out (atleast in my case) that the issue was due to the CUDA version dissimilarity between PyTorch (cuda-9.2) and Colab (cuda-10.1).
ModuleNotFoundError: No module named 'resample2d_cuda ...
github.com › NVIDIA › vid2vidSep 07, 2018 · I faced an issue, 'ModuleNotFoundError: No module named 'resample2d_cuda'. Do you know how to solve this? 'resample2d_package' folder contains as below. D:\download\vid2vid\models\flownet2_pytorch etworks\resample2d_package pycache init.py resample2d.py resample2d_cuda.cc resample2d_kernel.cu resample2d_kernel.cuh setup.py. Following is the ...