I found an unanswered post on Stack Overflow with a solution that seems to work:
https://stackoverflow.com/questions/72441453/tensorflow-on-mac-m1-pro-dst-tensor-is-not-initialized
The author was able to get around the error by adding this line:
tf.config.set_visible_devices([], 'GPU')
Topic:
Machine Learning & AI
SubTopic:
General
Tags: