Difference: PreparingThePC (2 vs. 3)

Revision 32022-02-21 - UliRaich

Line: 1 to 1
 
META TOPICPARENT name="TinyML"

Preparing the PC for Tensorflow

Setting up a virtual Python environment

Line: 45 to 45
  driver_used.png
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:

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback