I created a saved model from the pre-trained resnet50 model for serving using the tensorflow serving module. But when I try to run the model server i get this error:
2018-03-23 13:36:37.130839: E external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:651] Executor failed to create kernel. Invalid argument: NodeDef mentions attr 'dilations' not in Op output:T; attr=T:type,allowed=[DT_HALF, DT_FLOAT]; attr=strides:list(int); attr=use_cudnn_on_gpu:bool,default=true; attr=padding:string,allowed=["SAME", "VALID"]; attr=data_format:string,default="NHWC",allowed=["NHWC", "NCHW"]>; NodeDef: FirstStageFeatureExtractor/resnet_v1_50/resnet_v1_50/conv1/Conv2D = Conv2D[T=DT_FLOAT, data_format="NHWC", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](FirstStageFeatureExtractor/resnet_v1_50/resnet_v1_50/Pad, FirstStageFeatureExtractor/resnet_v1_50/conv1/weights/read). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.). [[Node: FirstStageFeatureExtractor/resnet_v1_50/resnet_v1_50/conv1/Conv2D = Conv2D[T=DT_FLOAT, data_format="NHWC", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](FirstStageFeatureExtractor/resnet_v1_50/resnet_v1_50/Pad, FirstStageFeatureExtractor/resnet_v1_50/conv1/weights/read)]]