We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问这个是为什么出错,试了好几遍似乎都会出现这个问题
The text was updated successfully, but these errors were encountered:
我也遇过这种问题,解决办法是把sys.path.append(os.pardir) 换成 sys.path.append(os.getcwd())
Sorry, something went wrong.
需要运行mnist.py下载mnist数据集,up的程序给的程序不包含mnist的数据集。运行完mnist.py之后和mnist相关的文件会放在datase文件夹下
No branches or pull requests
请问这个是为什么出错,试了好几遍似乎都会出现这个问题
The text was updated successfully, but these errors were encountered: