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
On running:
python run_pretraining.py --data-dir data --model-name electra_small
it exits with the following error:
from tensorflow.contrib import layers as contrib_layers ModuleNotFoundError: No module named 'tensorflow.contrib'
Is this issue related to tf1 vs tf2 or is this something else?
The text was updated successfully, but these errors were encountered:
https://github.com/google-research/electra#requirements
TensorFlow 1.15 (although we hope to support TensorFlow 2.0 at a future date)
Sorry, something went wrong.
No branches or pull requests
On running:
it exits with the following error:
Is this issue related to tf1 vs tf2 or is this something else?
The text was updated successfully, but these errors were encountered: