Difference between revisions of "Note of TensorFlow"
From ESS-WIKI
Eric.liang (talk | contribs) |
Eric.liang (talk | contribs) |
||
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 02:16, 2 October 2018
Introduction
Introduction of TensorFlow - Download link
How To
How to evaluate model with TensorBoard
How To Freeze a TF Model and Serve it with a Python API