进口Keras的问题

发布于 2025-01-24 17:41:49 字数 616 浏览 0 评论 0原文

我在Jupyter笔记本上有一个功能性的程序。我将其下载为.py文件,但由于某种原因,我在jupyter中遇到的导入时会遇到错误,这并没有引起任何问题。 导入是:

from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import *
from tensorflow.keras.callbacks import ModelCheckpoint 
from tensorflow.keras.losses import MeanSquaredError
from tensorflow.keras.metrics import RootMeanSquaredError 
from tensorflow.keras.optimizers import Adam

我会得到错误:

Import "tensorflow.keras.<name>" could not be resolved

这太奇怪了,因为唯一的区别是文件本身(从.ipynb到.py),它是相同的环境,甚至是相同的文件夹。

我有TensorFlow版本:2.8.0 和Python版本:3.10.4

I have a functioning program on a Jupyter notebook. I downloaded it as a .py file but, for some reason, I get errors while making the imports that, in jupyter, didn't cause any problems.
The imports are:

from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import *
from tensorflow.keras.callbacks import ModelCheckpoint 
from tensorflow.keras.losses import MeanSquaredError
from tensorflow.keras.metrics import RootMeanSquaredError 
from tensorflow.keras.optimizers import Adam

and I get the errors:

Import "tensorflow.keras.<name>" could not be resolved

It's so weird since the only difference is the file itself (from .ipynb to .py), it's the same environment and even the same folder.

I have tensorflow version: 2.8.0
And python version: 3.10.4

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文