LoginSignup
0
0

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チャンネル
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