deep-learning-from-scratch icon indicating copy to clipboard operation
deep-learning-from-scratch copied to clipboard

代码运行出错

Open Ethan20000131 opened this issue 4 years ago • 2 comments

image 请问这个是为什么出错,试了好几遍似乎都会出现这个问题

Ethan20000131 avatar Apr 12 '20 07:04 Ethan20000131

我也遇过这种问题,解决办法是把sys.path.append(os.pardir) 换成 sys.path.append(os.getcwd())

yufeiran avatar May 26 '20 08:05 yufeiran

image 请问这个是为什么出错,试了好几遍似乎都会出现这个问题

需要运行mnist.py下载mnist数据集,up的程序给的程序不包含mnist的数据集。运行完mnist.py之后和mnist相关的文件会放在datase文件夹下

Grenaf avatar Jun 27 '21 08:06 Grenaf