Tensorflow - 2.2.0
and I faced the following error :
AttributeError: module 'keras.backend' has no attribute 'tensorflow_backend'Is there any depreciation / update with the newer versions?
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/5987c9f4-0e2e-49e3-b27d-e3a4cfc8d9cco%40googlegroups.com.
• • • • | Paige Bailey Product Manager (TensorFlow) @DynamicWebPaige
|
import tensorflow as tf
print(tf.config.list_physical_devices('GPU'))
print(tf.config.list_physical_devices('CPU'))
[]
[PhysicalDevice(name='/physical_device:CPU:0', device_type='CPU')]
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/CACMT%2BuJhp1tf8XBG0hOJ_b%3DVAu76vzseHW-zo62g9jDORk1WUg%40mail.gmail.com.