tensorflow-tutorial icon indicating copy to clipboard operation
tensorflow-tutorial copied to clipboard

Some tensorflow demo

Results 6 tensorflow-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, would you tell me how to get .pbtxt file please? Why do my pbtxt file have several megabytes? thanks!

g++ -std=c++11 -o ./bin/tfcpp_demo -I/usr/local/include/tf -I/usr/local/include/eigen3 -g -Wall -D_DEBUG -Wshadow -Wno-sign-compare -w -L/usr/local/lib `pkg-config --cflags --libs protobuf` -ltensorflow_cc ./src/main.cpp ./src/ann_model_loader.cpp In file included from ./src/main.cpp:9:0: /usr/local/include/tf/tensorflow/core/public/session.h:22:60: 致命错误:tensorflow/core/framework/device_attributes.pb.h:没有那个文件或目录 #include "tensorflow/core/framework/device_attributes.pb.h" ^...

我这编译不成功,可以提供一个编译好的tensorflow库吗,包含TensorFlow dll、lib和includ文件的:))

line 43, what does this line mean? what does the mean? what does x_map(0, j) = (*vec)[j]; mean? auto x_map = x.tensor(); for (int j = 0; j < ndim;...

Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.12.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name main.cpp -mrelocation-model pic -pic-level 2 -mthread-model...

hi; @rockingdingo Which version of tensorflow and bazel are you using?