mikevoets / jama16-retina-replication

JAMA 2016; 316(22) Replication Study
https://doi.org/10.1371/journal.pone.0217541
MIT License
110 stars 37 forks source link

Default MaxPoolingOp only supports NHWC. #18

Open zekdrum opened 3 years ago

zekdrum commented 3 years ago

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!

mikevoets commented 1 year ago

HI @zekdrum, sorry for the extremely late reply!

Can you please provide the version of Python and Tensorflow you're running this with?