scut_chen.shuaiqi

Results 3 issues of scut_chen.shuaiqi

RuntimeError: Failed to find native CUDA module, make sure that you compiled the code with K2_WITH_CUDA.

Hi, when I tried to use wav2vec2.0 using transformers following the under lines under the Linux system: from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor #load pretrained model processor = Wav2Vec2Processor.from_pretrained("facebook/wav2vec2-xlsr-53-espeak-cv-ft") model =...

question
needs triage

Hi, I tried to run the code, but the kl_loss is always infinity.