Not true
CPU should be added as:
`inputs = keras.Input(shape=(180, 180, 3))
with tf.device('/CPU:0'):
x = data_augmentation(inputs)
x = layers.Rescaling(1./255)(x)
x = layers.Conv2D(filters=32, kernel_size=5, use_bias=False)(x)
`
Topic:
Machine Learning & AI
SubTopic:
General
Tags: