Often there is a problem with the version of TensorFlow. TensorFlow is frequently upgraded, ** The name of attribute has changed with the version upgrade. ** ** ** Check the documentation for the version you need and install it. ** **
pip uninstall -y tensorflow
pip install tensorflow==1.14 //Required version
I am making an app that uses Core ML. We send information related to machine learning.
Twitter [ML Boys Channel] (https://www.youtube.com/channel/UCbHff-wfjTnB3rtXIP6y0xg) Medium
Recommended Posts