I am trying to build an NLP model for sentiment analysis and using keras for implementing neural network.I have install all tensorflow, tensorflow-gpu, keras with latest version and using python 3.6.6.
Here is the initial code:
import tensorflow as tf
I am getting error
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed: The specified module could not be found.
at first line when importing tensorflow.
I have searched everything on web but i am not able to find the solution to this problem.