命令hereのすべてのビットに続いてテンソルフローを構築しました。
VS2015 x64の持つビルドが正常に見えるが、私は多くのエラーを持っているtensorflow\examples\label_image
サンプルコンパイルする場合:a #pragma once
でそれを修正するWindows10でlabel_imageテンソルフローの例を構築
\tensorflow\third_party\eigen3\unsupported\eigen\cxx11\tensor(1): fatal error C1014: too many include files: depth = 1024
を、そして私は、この(このような多くの)
template <>
struct NumTraits<QInt8> : GenericNumTraits<int8_t> {};
ましたこのエラーを与える:
\tensorflow\third_party\eigen3\unsupported\eigen\cxx11\src\fixedpoint\fixedpointtypes.h(27): error C2988: unrecognizable template declaration/definition
私はまた、ファイル
012を欠場します#include "tensorflow/cc/ops/image_ops.h"
誰もこのサンプルをビルド(リンク)できましたか?