See the following Stack Overflow articles:
https://stackoverflow.com/questions/59593972/tensorflow-2-0-on-windows-sse2-how-do-you-stop-importerror-dll-load-failed
tensorflow 2.0 python 3.5 Windows 10
import tensorflow as tf
The following error occurred in the place of.
Failed to load the native TensorFlow runtime.
At first, I saw the official website, but I was at a loss because I didn't write detailed information. Recall that tensorflow 2.0 allows you to use the GPU without tensorflow-gpu I was suspicious of a version mismatch of CUDA.
But in the end it was due to an older version of Visual C ++: frowning2:
Machine learning is really difficult to build an environment.
Recommended Posts