1. Error report
Internal: Blas SGEMM launch failed
2. Ideas & Solutions
Thinking:
I checked all kinds of blogs for GPU and cudnn problems
most of the solutions are to restart the kernel, re install cudnn, install cudnn patches and so on
but for me, they are useless
The final solution:
add this paragraph to the running file
#Prevent cuDNN from reporting errors: Option 2
gpus = tf.config.experimental.list_physical_devices('GPU')
if gpus:
try:
# Currently, memory growth needs to be the same across GPUs
for gpu in gpus:
tf.config.experimental.set_memory_growth(gpu, True)
logical_gpus = tf.config.experimental.list_logical_devices('GPU')
print(len(gpus), "Physical GPUs,", len(logical_gpus), "Logical GPUs")
except RuntimeError as e:
# Memory growth must be set before GPUs have been initialized
print(e)
Read More:
- launch file Run Error: Resourcenotfound: XXX [How to Solve]
- ERROR: cannot launch node of type [amcl/amcl]: amcl
- Tensorflow Error: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
- [Solved] Vscode debug error launch: Program “path” does not exist
- [Solved] ROS Error: cannot launch node of type [octomap_server/octomap_server_node]:octomap_server
- [Solved] Vivado Error: vivado 12-8300 launch hls failed please see vivado hls.log for details
- [Solved] Triton-inference-server Start Error: Internal – failed to load all models
- [TensorRT] INTERNAL ERROR: Assertion failed: mem = nullpt
- Spark-shell startup error: Yarn application has already ended! It might have been killed or unable to launch application master
- [Solved] org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin
- [Solved] Mac M1 Debug Error: could not launch process: can not run under Rosetta
- [Solved] Failed to apply plugin ‘com.android.internal.application‘.
- [Solved] IntelliJ IDEA Compile Error: Errorjava Compilation failed internal java compiler error
- [Solved] Internal error occurred: failed calling webhook “validate.nginx.ingress.kubernetes.io”:
- Failed to get convolution algorithm. This is probably because cuDNN failed to initialize,
- Build the graph With the gmapping algorithm error: ERROR: cannot launch node of type [gmapping/slam_gmapping]: gmapping
- [Solved] Rancher Add User Error: x509: certificate has expired Internal error occurred: failed calling webhook “rancherauth.cattle.io”:
- [Solved] IDEA Error: java: Compilation failed: internal java compiler error
- [Solved] Could not identify launch activity: Default Activity not found Error while Launching activity
- [Solved] Could not identify launch activity: Default Activity not found Error while Launching activity