sniklaus / 3d-ken-burns

an implementation of 3D Ken Burns Effect from a Single Image using PyTorch
Other
1.52k stars 225 forks source link

CUBLAS Error #70

Closed MohamedAliRashad closed 3 months ago

MohamedAliRashad commented 7 months ago

it gives me this error when i run autozoom

RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasLtMatmul with transpose_mat1 1 transpose_mat2 0 m 1024 n 1000 k 12544 mat1_ld 12544 mat2_ld 12544 result_ld 1024 abcType 0 computeType 77 scaleType 0
sniklaus commented 7 months ago

Haven't seen this one before, seems like some internal CUDA error. Does this always happen, even with the provided sample image? Are you using an old driver version for your GPU by chance?

sniklaus commented 3 months ago

Closing due to inactivity, please don't hesitate to reopen should the issue persists. :+1: