Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation¶
The article Stop Installing Tensorflow using pip for performance sake! suggest installing TensorFlow using conda instead of pip as the version installed by conda leverages Intel Math Kernel Library and is about 8 times faster on CPU.
https://
cuDNN is required by TensorFlow
:::bash
pip install tensorflowhttps://
https://
https://
Docker Images¶
https://
tensorflow
General Tips¶
With TensorFlow 2.0, you should use
tf.kerasinstead of the separate Keras package.
https://
Tutorials¶
https://
https://
Inside TensorFlow: tf.Keras (part 1) Inside TensorFlow: tf.Keras (part 2) TensorFlow 2.0 Full Tutorial - Python Neural Networks for Beginners
GPU Runs Out of Memory¶
https://
https://