Difference between revisions of "Note of TensorFlow"

From ESS-WIKI
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
= How To =
 
= How To =
 +
[[Deploy Tensorflow to K8S|Deploy Tensorflow to K8S]]
 +
 +
[[Run_a_TensorFlow_Docker_Sample|Run a TensorFlow Docker Sample]]
  
 
[[How_to_evaluate_model_with_TensorBoard|How to evaluate model with TensorBoard]]
 
[[How_to_evaluate_model_with_TensorBoard|How to evaluate model with TensorBoard]]
Line 10: Line 13:
  
 
[[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>]

Latest revision as of 04:26, 22 October 2018

Introduction

Introduction of TensorFlow - Download link

How To

Deploy Tensorflow to K8S

Run a TensorFlow Docker Sample

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