CSWinTT icon indicating copy to clipboard operation
CSWinTT copied to clipboard

RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)`

Open Quan-w opened this issue 2 years ago • 1 comments

During the training, I am getting this error, but if it is inference then there is no problem.

File "F:\transformer\CSWinTT\lib\train../..\lib\models\cswintt\transformer_cs.py", line 256, in forward _query, _key, _value = self.qkv_embedding(merge_feat).chunk(3, dim=-1)

Quan-w avatar Jun 15 '22 13:06 Quan-w

跑stark和mixformer就没用出现这个错误

Quan-w avatar Aug 02 '22 02:08 Quan-w