C4W2 Assignment convert model to grader version, tensorflow==2.8.0 installation problem!

#Week 2

Referencing Assignment 2, C4_W2.

Hi, I have completed the model training for Assignment 2, C4_W2. However, for the last part, I need to downgrade TensorFlow to a specific version required for grading. Specifically, I am trying to install the following package:

!pip install tensorflow==2.8.0 --quiet

However, I am encountering the following error:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.8.0 (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.0.post1, 2.15.1, 2.16.0rc0, 2.16.1, 2.16.2, 2.17.0rc0, 2.17.0rc1, 2.17.0, 2.17.1, 2.18.0rc0, 2.18.0rc1, 2.18.0rc2, 2.18.0)
ERROR: No matching distribution found for tensorflow==2.8.0

Does anyone have a solution or a workaround for this issue?

Resolved. Installed Python 3.7 using Conda on my Laptop (local), then installed TensorFlow 2.8.0 and successfully converted the model.

2 Likes

Thank you Ali, and sorry for the mishap. This is a new update in Colab and we’re working on a more stable fix.

For other learners who want to run this in Colab: Please use the fallback runtime (instructions here) for now to do the assignments and ungraded labs. Thanks!