Difference between revisions of "Note of TensorFlow"

From ESS-WIKI
Jump to: navigation, search
Line 10: Line 10:
  
 
[[TensorFlow_in_Docker|TensorFlow in Docker]]
 
[[TensorFlow_in_Docker|TensorFlow in Docker]]
 +
 +
[[Freeze TensorFlow Model|How To Freeze a TF Model and Serve it with a Python API]]
  
 
= Reference =
 
= Reference =
  
 
[https://github.com/tflearn/tflearn/tree/master/examples <span style="font-size:larger;">Example</span>]
 
[https://github.com/tflearn/tflearn/tree/master/examples <span style="font-size:larger;">Example</span>]

Revision as of 03:16, 2 October 2018

Introduction

Introduction of TensorFlow - Download link

How To

How to evaluate model with TensorBoard

TensorFlow Sample Code

TensorFlow in Docker

How To Freeze a TF Model and Serve it with a Python API

Reference

Example