Difference between revisions of "Note of TensorFlow"

From ESS-WIKI
Jump to: navigation, search
 
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]]
+
[[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]]

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