Skip to content

利用自己编译的tensorflow library做的demo,可以集成到现有业务中,减少对tf_serving的依赖

Notifications You must be signed in to change notification settings

peacedog123/tf_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf_demo

tensorflow prediction demo with c++

主要参照了下面的项目: https://github.com/cjweeks/tensorflow-cmake

tensorflow_cc和tensorflow_framework是自己从源码编译的,但是运行时需要Eigen和protobuf的支持(包括版本),且这里不想和系统的版本相冲突,故使用了external的方式引入依赖

About

利用自己编译的tensorflow library做的demo,可以集成到现有业务中,减少对tf_serving的依赖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published