Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling `cublasSgemm #10

Open
lange-bleu opened this issue Feb 16, 2023 · 1 comment
Open

Comments

@lange-bleu
Copy link

I wanna get a 601 dim dvector,and follow the step "Train from scratch"

  1. python preprocess.py ../LibriSpeech/train-clean-360 -o preprocessed
  2. python train.py preprocessed train601

then there is an error Traceback to FILE "modules/dvector.py"
"""Forward a batch through network."""
lstm_outs, _ = self.lstm(inputs) # (batch, seg_len, dim_cell)
embeds = torch.tanh(self.embedding(lstm_outs)) # (batch, seg_len, dim_emb)
~~~~~~~~~~~~~~ <--- HERE

RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)

@lange-bleu
Copy link
Author

env error with cuda

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant