#Tensorflow deprecated functions in Colab from Tim

6 messages · Page 1 of 1 (latest)

quiet forge
#

I was going trough the TensorFlow Complete Course and wanted to replicated the code. However I get some Errors like "tensorflow.python.feature_column.feature_column_v2) is deprecated and will be removed in a future version. "

When I run the code in the "Feature Columns" Section i get the error mentioned above. What is the new way to deal with that?

This is the original Colab notepad from Tim
https://colab.research.google.com/drive/15Cyy2H7nT40sGR7TBN5wBvgTd57mVKay#forceEdit=true&sandboxMode=true

limpid finch
#

if error, it won't work but if just warning can ignore to run

quiet forge
#

Thanks for the answer! Although I still want to learn use the „new“ way. Because the „old“ won’t run in future…

limpid finch
#

and "new" doesn't necessarily means better because in work, you need to have a syncrhonized version of tensorflow or pytorch for compatibility purposes