TensorFlow: Difference between revisions
Created page with "TensorFlow is the famous machine learning library by Google ==Usage (TF2)== Here we'll cover usage using TensorFlow 2 which has eager execution. ===Basics=== ===Training Loo..." |
|||
Line 9: | Line 9: | ||
You can write your own training loop. | You can write your own training loop. | ||
===Save and Load Models=== | |||
[https://www.tensorflow.org/tutorials/keras/save_and_load Reference] | |||
==Usage (TF1)== | ==Usage (TF1)== |