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

bert_dropout_test is failing #733

Open
dustinvtran opened this issue Feb 4, 2022 · 0 comments
Open

bert_dropout_test is failing #733

dustinvtran opened this issue Feb 4, 2022 · 0 comments

Comments

@dustinvtran
Copy link
Member

bert_dropout_test.py is failing with following error:

  File "/home/runner/work/uncertainty-baselines/uncertainty-baselines/uncertainty_baselines/models/bert_dropout_test.py", line 22, in <module>
    from uncertainty_baselines.models import bert_dropout
  File "/home/runner/work/uncertainty-baselines/uncertainty-baselines/uncertainty_baselines/models/bert_dropout.py", line 24, in <module>
    from official.nlp.modeling import layers as bert_layers
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/official/nlp/modeling/__init__.py", line 21, in <module>
    from official.nlp.modeling import layers
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/official/nlp/modeling/layers/__init__.py", line 47, in <module>
    from official.nlp.modeling.layers.text_layers import BertPackInputs
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/official/nlp/modeling/layers/text_layers.py", line 23, in <module>
    import tensorflow_text as text
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/tensorflow_text/__init__.py", line 21, in <module>
    from tensorflow_text.python import keras
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/tensorflow_text/python/keras/__init__.py", line 21, in <module>
    from tensorflow_text.python.keras.layers import *
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/tensorflow_text/python/keras/layers/__init__.py", line 22, in <module>
    from tensorflow_text.python.keras.layers.tokenization_layers import *
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/tensorflow_text/python/keras/layers/tokenization_layers.py", line 25, in <module>
    from tensorflow_text.python.ops import unicode_script_tokenizer
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/tensorflow_text/python/ops/__init__.py", line 34, in <module>
    from tensorflow_text.python.ops.mst_ops import max_spanning_tree
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/tensorflow_text/python/ops/mst_ops.py", line 33, in <module>
    max_spanning_tree = gen_mst_ops.max_spanning_tree
AttributeError: module '012ff3e36e3c24aefc4a3a7b68a03fedd1e7a7e1' has no attribute 'max_spanning_tree'

https://github.com/google/uncertainty-baselines/runs/5061876922?check_suite_focus=true#step:6:181

copybara-service bot pushed a commit that referenced this issue Feb 14, 2022
See also #733.

PiperOrigin-RevId: 428560789
copybara-service bot pushed a commit that referenced this issue Feb 14, 2022
We also remove ImageNet ReaL testing on GitHub as it requires GitHub to load it.

See also #733.

PiperOrigin-RevId: 428560789
copybara-service bot pushed a commit that referenced this issue Feb 14, 2022
We also remove ImageNet ReaL testing on GitHub as it requires GitHub to load it.

See also #733.

PiperOrigin-RevId: 428560789
copybara-service bot pushed a commit that referenced this issue Feb 14, 2022
We also remove ImageNet ReaL testing on GitHub as it requires GitHub to load it.

See also #733.

PiperOrigin-RevId: 428560789
copybara-service bot pushed a commit that referenced this issue Feb 17, 2022
We also remove ImageNet ReaL testing on GitHub as it requires GitHub to load it.

See also #733.

PiperOrigin-RevId: 428560789
copybara-service bot pushed a commit that referenced this issue Feb 17, 2022
We also remove ImageNet ReaL testing on GitHub as it requires GitHub to load it.

See also #733.

PiperOrigin-RevId: 429381728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant