Difference between revisions of "Note of TensorFlow"

From ESS-WIKI
Jump to: navigation, search
(Created page with "= Introduction = Introduction of TensorFlow - Download link How_to_evaluate_model_with_TensorBoard|How to evalu...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
[[:File:MachineLearning_TensorFlow_introduction_0821.pptx|Introduction of TensorFlow - Download link]]
 
[[:File:MachineLearning_TensorFlow_introduction_0821.pptx|Introduction of TensorFlow - Download link]]
 +
 +
= 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]]
  
 
[[TensorFlow_Sample_Code|TensorFlow Sample Code]]
 
[[TensorFlow_Sample_Code|TensorFlow Sample Code]]
 +
 +
[[TensorFlow_in_Docker|TensorFlow in Docker]]
 +
 +
[[Freeze_TensorFlow_Model|How To Freeze a TF Model and Serve it with a Python API]]
 +
 +
= Reference =
 +
 +
[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