Getting following error during following step: Install required packages
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
/content/models/research
2020-04-25 12:02:37.429554: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.1
Traceback (most recent call last):
File "object_detection/builders/model_builder_test.py", line 23, in
I found that this notebook is built on TF 1.x while currently the Colab using TF2.x as default. You just specify the TF version before running the notebook as
%tensorflow_version 1.x
Then, you can run this notebook.