我想重新訓練tiff圖像的初始模塊。我已按照https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0中的步驟操作。但是,似乎tiff圖像不被支持起始模塊,因爲我收到以下錯誤用tiff圖像重新訓練初始圖像
2017-06-22 16:52:56.712653: W tensorflow/core/platform /cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
Looking for images in 'Type 1'
No files found
Looking for images in 'Type 2'
No files found
No valid folders of images found at Myfolder
有沒有辦法解決這個問題? 在此先感謝!