To disable the GPU completely on the M1 use tf.config.experimental.set_visible_devices([], 'GPU'). To disable the GPU for certain operations, use:
with tf.device('/cpu:0'):
# tf calls here
Someone else will have to answer the questions on RNNs and mlcompute.
Topic:
Machine Learning & AI
SubTopic:
General
Tags: