调试人脸识别项目解决方法的链接

1、failed call to cuInit: CUDA_ERROR_NO_DEVICE

https://blog.csdn.net/JoyceYa/article/details/104379697/

2、tensorflow.python.framework.errors_impl.InternalError: Blas SGEMM launch failed

https://blog.csdn.net/See_Star/article/details/108762531

3、AttributeError: module ‘tensorflow‘ has no attribute ‘Session

https://blog.csdn.net/u010608296/article/details/120531006

4、failed to run cuBLAS routine cublasSgemm_v2: CUBLAS_STATUS_EXECUTION_FAILED

https://blog.csdn.net/ISPATONYOURGRAVE/article/details/115751084

5、failed to run cuBLAS routine cublasSgemm_v2: CUBLAS_STATUS_EXECUTION_FAILED Blas GEMM launch failed

https://blog.csdn.net/qq_20376785/article/details/102556985

6、tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm.

https://blog.csdn.net/scrence/article/details/115147218

7、tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed

https://blog.csdn.net/jxx29wendken/article/details/124180167

8、tensorflow TypeError:int() argument must be a string,a bytes-like object or a number,not ‘xxx’

https://blog.csdn.net/qq_44744164/article/details/118487108

你可能感兴趣的:(深度学习模型部署与加速推理,报错解决)