System information
Please provide the entire URL of the model you are using?
https://colab.research.google.com/drive/1mak9Fa8b-ida-U3dW1ZW3h9HFnwyX001
Describe the current behavior
While run
!apt-get install protobuf-compiler python-pil python-lxml python-tk
!pip install Cython
!git clone https://github.com/tensorflow/models.git
%cd /content/models/research
!protoc object_detection/protos/*.proto --python_out=.
%set_env PYTHONPATH=/content/models/research:/content/models/research/slim
!python object_detection/builders/model_builder_test.py
Suddenly shows AttributeError: module 'tensorflow' has no attribute 'contrib'.

Describe the expected behavior
In March 17th the code cell working fine no error as above like the following image:
Code to reproduce the issue
https://colab.research.google.com/drive/1mak9Fa8b-ida-U3dW1ZW3h9HFnwyX001
I am experiencing the exact same issue, were you able to find a solution?
Hello @runninbear5 It solved in another issue, I opened see the following:
https://github.com/googlecolab/colabtools/issues/1070#issuecomment-601443647
Most helpful comment
Hello @runninbear5 It solved in another issue, I opened see the following:
https://github.com/googlecolab/colabtools/issues/1070#issuecomment-601443647