【发布时间】:2017-11-26 03:15:30
【问题描述】:
我想在 tiff 图像上重新训练 inception 模块。我已按照https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0 中的步骤进行操作。但是,inception 模块似乎不支持 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
有没有办法处理这个问题?
【问题讨论】:
-
截至 2019 年 2 月,一些(有限的和实验性的)TIFF 支持已作为 Tensorflow I/O 库的一部分添加;见stackoverflow.com/a/67186083/4685471
标签: tensorflow tiff