mattragoza / LiGAN

Deep generative models of 3D grids for structure-based drug discovery
GNU General Public License v2.0
225 stars 44 forks source link

cuda error #41

Closed INHYEOKSONG closed 2 years ago

INHYEOKSONG commented 2 years ago

Until last Friday, the generation using the pre-trained model was working well. From yesterday RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling cublasSgemv(handle, op, m, n, &alpha, a, lda, x, incx, &beta, y, incy) I wonder if this has ever happened.

libmolgrid was also built via conda-molgrid.

lh12565 commented 2 years ago

Until last Friday, the generation using the pre-trained model was working well. From yesterday RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling cublasSgemv(handle, op, m, n, &alpha, a, lda, x, incx, &beta, y, incy) I wonder if this has ever happened.

libmolgrid was also built via conda-molgrid.

Hi @INHYEOKSONG I met the same error as you, how did you solve it? Thanks!