I'm attempting to run a basic tensor flow tutorial. I followed the instructions here for downloading and installing Tensorflow https://software.intel.com/en-us/articles/build-and-install-tensorflow-on-intel-architecture. This is the error I'm getting. Any help would be greatly appreciated!
NotFoundError (see above for traceback): No registered '_MklConv2DWithBias' OpKernel for CPU devices compatible with node conv2d/BiasAdd = _MklConv2DWithBias[T=DT_HALF, _kernel="MklOp", data_format="NHWC", dilations=[1, 1, 1, 1], padding="SAME", strides=[1, 1, 1, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](Reshape, conv2d/kernel/read, conv2d/bias/read, DMT/_0, DMT/_1, DMT/_2) (OpKernel was found, but attributes didn't match) . Registered: device='CPU'; label='MklOp'; T in [DT_FLOAT]
[[Node: conv2d/BiasAdd = _MklConv2DWithBias[T=DT_HALF, _kernel="MklOp", data_format="NHWC", dilations=[1, 1, 1, 1], padding="SAME", strides=[1, 1, 1, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](Reshape, conv2d/kernel/read, conv2d/bias/read, DMT/_0, DMT/_1, DMT/_2)]]