[PYTHON] How to deal with module'tensorflow' has no attribute'〇〇'

スクリーンショット 2020-08-08 2.22.12.png

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

Buddy note

Recommended Posts

How to deal with module'tensorflow' has no attribute'〇〇'
How to deal with imbalanced data
How to deal with imbalanced data
How to deal with DistributionNotFound errors
How to deal with enum compatibility errors
[Python] How to deal with module errors
How to deal with errors when hitting pip ②
can't pickle annoy. How to deal with Annoy objects
How to deal with run-time errors in subprocess.call
How to deal with SessionNotCreatedException when using Selenium
[EC2] How to deal with errors that selenium cannot execute (No module named selenium)
How to deal with "No module named'〇〇'" error in Jupyter Notebook | Install with! Pip!
How to deal with Django's Template Does Not Exist
How to deal with pyenv initialization failure in fish 3.1.0
[Python] How to deal with pandas read_html read error
How to deal with Executing transaction: failed in Anaconda
How to update with SQLAlchemy?
How to cast with Theano
How to Alter with SQLAlchemy?
How to separate strings with','
How to RDP with Fedora31
2 ways to deal with SessionNotCreatedException
How to Delete with SQLAlchemy?
How to deal with "Type Error: No matching signature found" error when using pandas fillna
TensorFlow runtime Attribute Error: module'tensorflow' has no attribute'constant' is the first thing to doubt
[Linux] How to deal with garbled characters when viewing files
[AWS] How to deal with "Invalid codepoint" error in CloudSearch
A story about how to deal with the CORS problem
For beginners, how to deal with common errors in keras
How to deal with UnicodeDecodeError when executing google image download
How to cancel RT with tweepy
Python: How to use async with
How to install python-pip with ubuntu20.04LTS
How to get started with Scrapy
How to get started with Python
[Dlib] Attribute Error: module'dlib' has no attribute ...
How to get started with Django
How to Data Augmentation with PyTorch
How to use FTP with Python
How to calculate date with python
How to install mysql-connector with pip3
How to INNER JOIN with SQLAlchemy
How to install Anaconda with pyenv
With xmpppy'_ssl._SSLSocket' object has no attribute'issuer'
How to authenticate with Django Part 2
How to authenticate with Django Part 3
How to deal with python installation error in pyenv (BUILD FAILED)
How to deal with "You have multiple authentication backends configured ..." (Django)
How to deal with errors when installing whitenoise and deploying to Heroku
How to install pandas on EC2 (How to deal with MemoryError and PermissionError)
How to deal with errors when installing Python and pip with choco
How to do arithmetic with Django template
[Blender] How to set shape_key with script
[Python] Attribute Error:'list' object has no attribute'replace'
How to get parent id with sqlalchemy
How to add a package with PyCharm
How to install DLIB with 2020 / CUDA enabled
How to use ManyToManyField with Django's Admin
How to use OpenVPN with Ubuntu 18.04.3 LTS
How to use Cmder with PyCharm (Windows)
How to work with BigQuery in Python