我试图安装Tensorflow 1.14的软件包,我正在尝试使用。我试过:pip3 uninstall tensorflow我得到以下错误ERROR: Couldnot find a version that satisfies the requirement tensorflow==1.14 (from versions: 2.2.0rc3, 2.2.0rc4, 2.2.0,
我看过所有相关的问题和答案,我根本解决不了这个问题!我试着为MNIST建立一个神经网络,我随时都会被这个错误所困扰。其他人找到了解决这一问题的现代解决方案,而这一解决方案可能没有在其他帖子中得到定义?我的代码:from keras import layers
model = models.Sequential110 self.name = name
~/opt/anaco