-
Notifications
You must be signed in to change notification settings - Fork 136
CPU-only environment #70
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When do import without CUDA:
import seqdist.sparse
from seqdist.ctc_simple import logZ_cupy
the following error appears.
original error: libcublas.so.10: cannot open shared object file: No such file or directory
To resolve it, we need a CPU/NumPY version of seqdist.sparse.logZ
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request