C++ 썸네일형 리스트형 Winsock2 사용시 LNK2001확인할 수 없는 외부기호 에러 헤더에 아래 문구 추가 #pragma comment(lib, "ws2_32.lib") 더보기 [tensorflow] About using trained NN in C++ ** tensorflow에서 학습한 network를 C++에서 사용 ** In the previous post (visit 2017/07/18 - [Deep Learning] - [tensorflow] how to load and use CNN in C++), I described how to load the CNN trained by using tensorflow and how to use the CNN in C++. In the example, I assumed that the CNN output is of size (1x1). The following example shows how to access the output of CNN whose size is greater than (1x1). Enj.. 더보기 [tensorflow] how to load and use CNN in C++ ** tensorflow에서 학습한 network load해서 C++에서 사용하기 ** #include #include #include #include #include #include #include "tensorflow/cc/ops/const_op.h"#include "tensorflow/cc/ops/image_ops.h"#include "tensorflow/cc/ops/standard_ops.h"#include "tensorflow/core/framework/graph.pb.h"#include "tensorflow/core/framework/tensor.h"#include "tensorflow/core/graph/default_device.h"#include "tensorflow/core/graph/.. 더보기 이전 1 다음