Skip to content
New issue

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

AttributeError: module 'tensorflow_core._api.v2.config' has no attribute 'list_physical_devices' #8022

Closed
sentry-io bot opened this issue Feb 23, 2021 · 1 comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 23, 2021

Sentry Issue: RASA-OPEN-SOURCE-18P

AttributeError: module 'tensorflow_core._api.v2.config' has no attribute 'list_physical_devices'
(2 additional frame(s) were not displayed)
...
  File "rasa\__main__.py", line 115, in main
    rasa.telemetry.initialize_error_reporting()
  File "rasa\telemetry.py", line 230, in decorated
    return f(*args, **kwargs)
  File "rasa\telemetry.py", line 651, in initialize_error_reporting
    default_context = _default_context_fields()
  File "rasa\telemetry.py", line 480, in _default_context_fields
    "gpu": len(tf.config.list_physical_devices("GPU")),
@Imod7 Imod7 added area:rasa-oss 🎡 Anything related to the open source Rasa framework tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Feb 23, 2021
@wochinge
Copy link
Contributor

wochinge commented Apr 1, 2021

fixed by #8141 as the tracking of gpus was removed

@wochinge wochinge closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

2 participants