C3W2_Assignment.ipynb - Zombie programming assignment spins until killed executing cell below. This loads specific old versions of various packages apparently required by the grader. Suggestions on how to best process are most welcome. Thanks, Matthew ![]()
# For compatibility. Pin tf-models-official version so it will use Tensorflow 2.15.
!sed -i ās/tf-models-official>=2.5.1/tf-models-official==2.15.0/gā ./models/research/object_detection/packages/tf2/setup.py
# Compile the Object Detection API protocol buffers and install the necessary packages
!cd models/research/ && protoc object_detection/protos/*.proto --python_out=. && cp object_detection/packages/tf2/setup.py . && python -m pip install .