Skip to content

Gives a short tutorial how to train a tensrorflow model with Python and run the model in C++ referring to an Fully Convolutional Auto Encoder

Notifications You must be signed in to change notification settings

fabi92/TensorflowPyCppTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TensorflowPyCppTutorial

Gives a short tutorial how to train a tensrorflow model with Python and run the model in C++ using an Convolutional Auto Encoder

Install Tensorflow Python

Therefore, please refer to the official installation guide. Tensorflow Python Installation

Install Tensorflow C++ With Cmake

This is thoroughly describe in this guide. Note to build tensorflow with the flag -c opt --config=cuda to have it run on the GPU. Tensorflow Cpp Installation

Note when configuring, please take care to choose the right version for your graphics card.

For example GTX1080: 6.1, Titan X: 3.0

About

Gives a short tutorial how to train a tensrorflow model with Python and run the model in C++ referring to an Fully Convolutional Auto Encoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published