0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

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

TensorFlowのバージョンの問題なことが多いです。
TensorFlowはバージョンアップが頻繁で、
バージョンアップでattributeの名前も変わったりしています。
必要なバージョンをドキュメントで調べてインストールしましょう。

pip uninstall -y tensorflow
pip install tensorflow==1.14 //必要なversion 

Core MLを使ったアプリを作っています。
機械学習関連の情報を発信しています。

Twitter
[MLBoysチャンネル]
(https://www.youtube.com/channel/UCbHff-wfjTnB3rtXIP6y0xg)
Medium

相棒
note

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?