-
Notifications
You must be signed in to change notification settings - Fork 188
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
module 'functools' has no attribute 'cached_property' #43
Comments
My guess is that the t5x library needs to make an update for backwards compatibility like so: GEM-benchmark/GEM-metrics#69 This seems to be related to python 3.7 vs. 3.8, Colab is currently running 3.7 |
Workaround:
The session fails to recognize GPU/TPU but everything else runs, transcription works |
Awesome, thanks! Another workaround appears to be adding the following line to the beginning of file
(...live in Colab after t5x installation.) |
This problem seems to have magically disappeared without further need to perform either of the workarounds above. Closing. |
Second cell in Colab Notebook results in the following error.
The text was updated successfully, but these errors were encountered: