Tensor flow CIFAR10教程:图像文件保存在哪里?

时间:2016-05-29 02:59:26

标签: python tensorflow

我已成功运行Tensorflow's tutorial on the CIFAR10 dataset

但是我无法识别计算机上下载CIFAR10文件的位置。

cifar10.py文件中,第54行说明

tf.app.flags.DEFINE_string('data_dir', '/tmp/cifar10_data',
                           """Path to the CIFAR-10 data directory.""")

但是,我使用了Spotlight(和手动搜索),但找不到此文件夹。

有什么建议吗?

使用Python 3.5(anaconda),TF 0.8,OS X最新。

1 个答案:

答案 0 :(得分:2)

默认情况下,

/tmp隐藏在Finder中。

打开终端,执行open /tmp,您将获得一个Finder窗口。

始终显示隐藏文件 https://apple.stackexchange.com/questions/5870/how-to-show-hidden-files-and-folders-in-finder