We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the file "evaluate.py" I get this error: Default MaxPoolingOp only supports NHWC. [[Node: max_pooling2d/MaxPool = MaxPoolT=DT_FLOAT, data_format="NCHW", ksize=[1, 1, 3, 3], padding="VALID", strides=[1, 1, 2, 2], _device="/job:localhost/replica:0/task:0/device:CPU:0"]]
I found that it should run with intel mkl, but not sure Thanks!
The text was updated successfully, but these errors were encountered:
HI @zekdrum, sorry for the extremely late reply!
Can you please provide the version of Python and Tensorflow you're running this with?
Sorry, something went wrong.
No branches or pull requests
When I run the file "evaluate.py" I get this error:
Default MaxPoolingOp only supports NHWC.
[[Node: max_pooling2d/MaxPool = MaxPoolT=DT_FLOAT, data_format="NCHW", ksize=[1, 1, 3, 3], padding="VALID", strides=[1, 1, 2, 2], _device="/job:localhost/replica:0/task:0/device:CPU:0"]]
I found that it should run with intel mkl, but not sure
Thanks!
The text was updated successfully, but these errors were encountered: