Difference between revisions of "Note of TensorFlow"
From ESS-WIKI
Eric.liang (talk | contribs) |
|||
Line 4: | Line 4: | ||
= How To = | = How To = | ||
+ | [[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 11: | Line 12: | ||
[[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 04:04, 16 October 2018
Introduction
Introduction of TensorFlow - Download link
How To
Run a TensorFlow docker sample
How to evaluate model with TensorBoard
How To Freeze a TF Model and Serve it with a Python API