【发布时间】:2022-01-19 07:48:40
【问题描述】:
所以我一直在尝试
import pandas as pd
还有
from tensorflow.keras.utils import to_categorical
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dence, Dropout
和
from sklearn.model_selection import train_test_split
from sklearn import preprocessing
这些是我的深度学习训练数据中的代码片段。我已经阅读了我在终端上安装了 pandas 和 tensorflow 的解决方案,这与在 vscode 上运行的 python 不同。
感谢任何帮助,因为我是编码新手。
【问题讨论】:
-
不正确,VSC 使用安装在您系统上的 Python 解释器或使用该 Python 解释器的虚拟环境
标签: python linux visual-studio-code terminal ubuntu-18.04