安装tensorflow问题

安装完tensorflow, 测试 resnet 文件 后台出现如下:
2021-07-25 00:01:00.799092: W tensorflow/core/grappler/optimizers/data/auto_shard.cc:695] AUTO sharding policy will apply DATA sharding policy as it failed to apply FILE sharding policy because of the following reason: Found an unshardable source dataset: name: “TensorSliceDataset/_2”
op: “TensorSliceDataset”
input: “Placeholder/_0”
input: “Placeholder/_1”
attr {
key: “Toutput_types”
value {
list {
type: DT_FLOAT
type: DT_INT32
}
}
}
attr {
key: “output_shapes”
value {
list {
shape {
dim {
size: 28
}
dim {
size: 28
}
dim {
size: 1
}
}
shape {
}
}
}
}

这个是安装问题吗?还是其他问题?