
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Preparing the PC for TensorflowSetting up a virtual Python environment | ||||||||
| Line: 45 to 45 | ||||||||
![]() | ||||||||
| Changed: | ||||||||
| < < | When trying a very simple TensorFlow program: | |||||||
| > > | When trying a very simple TensorFlow program: | |||||||
| #!/usr/bin/python3 import tensorflow as tf import numpy as np from tensorflow import keras model = tf.keras.Sequential([keras.layers.Dense(units=1, input_shape=[1])]) I get: | ||||||||