"tensor_shape_from_node_def_name is deprecated and will be removed in a future version" warning in tensorflow

Viewed 21

while running a model with tensorflow, I am getting following warning (mainly the update part of the warning) (snapshot): enter image description here

The model is very simple, to check the model, referring to this kaggle link (Input cell 8 and 9).

I don't understand what change or update I have to do. Or should I change the model class structure, if so, what that would be?

Thanks for any help.

0 Answers
Related