例如mnist.py文件在 F:\python\example_125 目录下
若 mnist.py文件保存mnist数据集的位置为:./data,则数据集保存在 F:\python\example_125\data
若 mnist.py文件保存mnist数据集的位置为:data,则数据集保存在 F:\python\example_125\data
若 mnist.py文件保存mnist数据集的位置为:/data( /代表根目录,这里即F:\ ),则数据集保存在 F:\data
例如mnist.py文件在 F:\python\example_125 目录下
若 mnist.py文件保存mnist数据集的位置为:./data,则数据集保存在 F:\python\example_125\data
若 mnist.py文件保存mnist数据集的位置为:data,则数据集保存在 F:\python\example_125\data
若 mnist.py文件保存mnist数据集的位置为:/data( /代表根目录,这里即F:\ ),则数据集保存在 F:\data