-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tensorflow.python.framework.errors_impl.InvalidArgumentError: Default AvgPoolingOp only supports NHWC on device type CPU [[{{node 0.3562700616991372/AvgPool}}]] #7
Comments
You need a proper GPU |
@mumuyanyan you don't need a GPU. Alternative solution is to compile Tensorflow with intel-mkl support.
few code changes required to run with tf 2.0 |
@vaibhavch Great tip. I was able to get this working without GPU with https://pypi.org/project/intel-tensorflow/#history 1.13.2 with no code changes. |
I solved this error by using pip install tensorflow-gpu=1.13.1. |
In my case it helped to use |
you can use conda install tensorflow-gpu ,not pip install。 |
tensorflow.python.framework.errors_impl.InvalidArgumentError: Default AvgPoolingOp only supports NHWC on device type CPU
[[{{node 0.3562700616991372/AvgPool}}]]
The text was updated successfully, but these errors were encountered: