摘要:
官方的安装方法很简单: 可能会出现以下错误: 说的是dist-packages 权限不允许 consider using the "--user" to option or check permissions 就在以下代码中加上‘--user’即可 pip3 install --user --ext 阅读全文
摘要:
我的错误的代码是:train_labels = np_utils.to_categorical(train_labels,num_classes = 3) 错误的原因: IndexError: index 2 is out of bounds for axis 1 with size 2 错误的具体 阅读全文