Evalution error

W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:689] Error in PredictCost() for the op: op: “Softmax” attr { key: “T” value { type: DT_FLOAT } } inputs { dtype: DT_FLOAT shape { unknown_rank: true } } device { type: “GPU” vendor: “NVIDIA” model: “Quadro P1000” frequency: 1480 num_cores: 5 environment { key: “architecture” value: “6.1” } environment { key: “cuda” value: “11020” } environment { key: “cudnn” value: “8100” } num_registers: 65536 l1_cache_size: 24576 l2_cache_size: 1048576 shared_memory_size_per_multiprocessor: 98304 memory_size: 3097886720 bandwidth: 80160000 } outputs { dtype: DT_FLOAT shape { unknown_rank: true } }

The above error is shown during the evalution step

This message is actually a warning, not an error (see the “W” at the beginning of the line). It can be ignored.

What’s your TensorFlow version? It seems the warning was fixed in TensorFlow 2.8: