ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

RuntimeError: cuDNN error: CUDNN_STATUS_INTERNAL_ERROR #239

Open zzh805780186 opened 2 years ago

zzh805780186 commented 2 years ago

problem

I meet this problem when running train.py with 'python3 tools/train.py -f exps/example/mot/yolox_x_ablation.py -d 8 -b 48 --fp16 -o -c pretrained/yolox_x.pth'

Could you tell me how to solve the problem?

albdlackzrc commented 1 month ago

I have the same problem. Have you solved it?