Tensorflow CIFAR 10 教程:图像文件保存在哪里?

Tensor flow CIFAR10 tutorial: where are image files saved?

我已经成功了运行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 latest.

/tmp 默认隐藏在 Finder 中。

打开终端,执行open /tmp,你会得到一个Finder window。

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