Tensorflow: Difference between revisions
From charlesreid1
(Created page with "Interfacing with this principally through Keras Really need to investigate the question of ''exporting'' Tensorflow models that have been trained. Is it necessary to inst...") |
No edit summary |
||
| Line 7: | Line 7: | ||
[[Category:ML]] | [[Category:ML]] | ||
[[Category:NN]] | [[Category:NN]] | ||
[[Category:Tensorflow]] | [[Category:Tensorflow]] | ||
[[Category:Keras]] | [[Category:Keras]] | ||
Revision as of 20:22, 30 March 2017
Interfacing with this principally through Keras
Really need to investigate the question of exporting Tensorflow models that have been trained. Is it necessary to install tensorflow to use tensorflow models? Can you export a model to a C program, say?