Closed realgermosen closed 3 days ago
I had an error indicating that that the installed version of Keras (Keras 3) is incompatible with the Transformers library used by Hugging Face. Transformers currently requires a backwards-compatible version of tf-keras instead of the latest Keras version.
I fixed the issue with: pip uninstall keras -y pip install tf-keras pip install tensorflow pip show tensorflow transformers tf-keras
Seems off topic of PR and not related with this repo. Are you willing to solve the possible edge cases of transcription failures? We are expecting some helpful PR, thanks~
I had an error indicating that that the installed version of Keras (Keras 3) is incompatible with the Transformers library used by Hugging Face. Transformers currently requires a backwards-compatible version of tf-keras instead of the latest Keras version.
I fixed the issue with: pip uninstall keras -y pip install tf-keras pip install tensorflow pip show tensorflow transformers tf-keras