我已成功运行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最新。
答案 0 :(得分:2)
/tmp
隐藏在Finder中。
打开终端,执行open /tmp
,您将获得一个Finder窗口。
始终显示隐藏文件 https://apple.stackexchange.com/questions/5870/how-to-show-hidden-files-and-folders-in-finder