TensorFlow: Difference between revisions

Line 14: Line 14:


===Install TF1===
===Install TF1===
Note: You will only need TF1 if working with a TF1 repo. If adapting your old code, you can install TF2 and use:
* <code>import tensorflow.compat.v1 as tf</code>
<pre>
<pre>
pip install tensorflow-gpu==1.15
pip install tensorflow-gpu==1.15