hirofumi0810/neural_sp

Makefile error

dengxiaotian123 opened this issue · 2 comments

When installing warp-ctc with GPU, the variable CUPY_VERSION should be CUDA_VERSION. Otherwise, the CPU version will be installed. Then, run satge=4 ,there will be a message: AttributeError: module 'warpctc_pytorch' has no attribute 'gpu_ctc'

@dengxiaotian123 Did you set path to CUDA, NCCL before installation?

Fixed by #232.