We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Catalina 10.15.4 PyCharm 2019.3.2 (Community Edition)
I used the most updated tensorflow 2.1.0 to run comes with below error:
module 'tensorflow_core._api.v2.config' has no attribute 'experimental_list_devices'
Then I downgrade to tensorflow 2.0.0 everything is good.
The text was updated successfully, but these errors were encountered:
import tensorflow as tf
physical_devices = tf.config.list_physical_devices()
for device in physical_devices: print(device)
Sorry, something went wrong.
No branches or pull requests
macOS Catalina 10.15.4
PyCharm 2019.3.2 (Community Edition)
I used the most updated tensorflow 2.1.0 to run comes with below error:
module 'tensorflow_core._api.v2.config' has no attribute 'experimental_list_devices'
Then I downgrade to tensorflow 2.0.0 everything is good.
The text was updated successfully, but these errors were encountered: