簡體   English   中英

Tensor Flow CIFAR10教程:圖像文件保存在哪里?

[英]Tensor flow CIFAR10 tutorial: where are image files saved?

我已經在CIFAR10數據集上成功運行了Tensorflow的教程

但是,我無法確定計算機上將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最新。

/tmp默認情況下在Finder中隱藏。

打開終端,執行open /tmp ,您將獲得一個Finder窗口。

要始終顯示隱藏文件, 請https://apple.stackexchange.com/questions/5870/how-to-show-hidden-files-and-folders-in-finder

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM