7wdeepin
Results
2
comments of
7wdeepin
I modified file "" line 10: from `#include ` to `#include "ATen/cuda/CUDAGuard.h"` By the way, if you met up the issue: **ModuleNotFoundError: No module named 'warpctc_pytorch._warp_ctc'** when `import warpctc_pytorch`, you...
Convert ```python _ = np.fromfile(fp, dtype=np.int32, count=5) ``` to ```python _ = np.fromfile(fp, dtype=np.int32, count=4) ``` in `utils.py` (line 70). It works to me.