Issue: StatusCode.FAILED_PRECONDITION
I try to serve model on TFserver through docker tensorflow/serving:2.16.1 and got this issue:
`<_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = “Could not find variable sequential_1/conv1d_2/kernel. This could mean that the variable has been deleted. In TF1, it can also mean the variable is uninitialized. Debug info: container=localhost, status error message=Resource localhost/sequential_1/conv1d_2/kernel/N10tensorflow3VarE does not exist.
[[{{function_node __inference_serving_default_2548}}{{node sequential_1_1/conv1d_2_1/convolution/ExpandDims_1/ReadVariableOp}}]]”
debug_error_string = “UNKNOWN:Error received from peer {grpc_message:”Could not find variable sequential_1/conv1d_2/kernel. This could mean that the variable has been deleted. In TF1, it can also mean the variable is uninitialized. Debug info: container=localhost, status error message=Resource localhost/sequential_1/conv1d_2/kernel/N10tensorflow3VarE does not exist.nt [[{{function_node __inference_serving_default_2548}}{{node sequential_1_1/conv1d_2_1/convolution/ExpandDims_1/ReadVariableOp}}]]”, grpc_status:9, created_time:”2024-06-20T17:42:59.542975585+07:00″}”