実現したいこと
keras.layersや、keras.modelsなどからSeqentialなどをインポートしたい
発生している問題・分からないこと
keras.layersや、keras.modelsが認識されない(?)
エラーメッセージ
error
12024-11-06 13:33:59.381385: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 22024-11-06 13:34:00.330069: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 3Traceback (most recent call last): 4 File "c:\Users\���P\OneDrive\Desktop\anything\mnist.py", line 1, in <module> 5 from keras.layers import Sequential 6ImportError: cannot import name 'Sequential' from 'keras.layers' (C:\Users\���P\AppData\Local\Programs\Python\Python312\Lib\site-packages\keras\api\layers\__init__.py)
該当のソースコード
python
1from keras.layers import Sequential
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
単体のkerasとtensorflow内蔵のkerasの違いを調べたが、tensorflow.keras.layersでもダメでした
補足
特になし
回答4件
あなたの回答
tips
プレビュー