Deep Learning 썸네일형 리스트형 [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/.. 더보기 [tensorflow] How to install pycharm+anaconda+tensorflow(gpu) on window10 ** 윈도우10에서 파이참, 아나콘다, tensorflow 설치 ** Background: windows10-64bit, gtx-1070, CUDA8.0, cudnn8.0 step1) download an anaconda installation file from the website and install https://www.continuum.io/downloads step2) download a pycharm installation file from the website and install https://www.jetbrains.com/pycharm/ step3) run pycharm and create an empty project. step4) go [file]-[settings]-[Project.. 더보기 이전 1 ··· 4 5 6 7 다음