RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)
inference.sh: 行 36: 17252 段错误 (核心已转储) CUDA_VISIBLE_DEVICES=0 python inference.py --num_gpus ${GPUS} --exp_name output/demo_${JOB_NAME} --pretrained_model ${CKPT} --agora_benchmark agora_model --img_path ${IMG_PATH} --start 1 --end $end_count --output_folder ${SAVE_DIR} --show_verts --show_bbox --save_mesh
- ffmpeg -y -f image2 -r 24 -i ../demo/results/test_video/img/%06d.jpg -vcodec mjpeg -qscale 0 -pix_fmt yuv420p ../demo/results/test_video.mp4
这是怎么了,有人知道吗
What's going on? Does anyone know?