You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlexeyAB
I'm trying to train one of the YoloV3 LSTM models on #3114
But with all of them I got the same error:
CUDA status = cudaDeviceSynchronize() Error: file: C:/Users/nt2i_arnaud_pauwelyn/Documents/darknet-master(02-10)/darknet-master/src/blas_kernels.cu : axpy_ongpu_offset() : line: 741 : build time: Oct 2 2020 - 10:35:39
CUDA Error: an illegal memory access was encountered
My config is that one with the last repo ( but I also tried with August 15 repo and with cuda 10.0)
I add that every model without LSTM works great (train and infer), yoloV3 or YoloV4, sam, pan... with the same dataset. yolo_v3_tiny_lstm.cfg.txt train.txt
images samples : sample.zip obj.names.txt obj.data.txt
@AlexeyAB
I'm trying to train one of the YoloV3 LSTM models on #3114
But with all of them I got the same error:
My config is that one with the last repo ( but I also tried with August 15 repo and with cuda 10.0)
I add that every model without LSTM works great (train and infer), yoloV3 or YoloV4, sam, pan... with the same dataset.
yolo_v3_tiny_lstm.cfg.txt
train.txt
images samples : sample.zip
obj.names.txt
obj.data.txt
I am not the only one encountering issue at training lstm : #6531, #6708
What should we do to solve this?
The text was updated successfully, but these errors were encountered: