mrdbourke / tensorflow-deep-learning

All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
https://dbourke.link/ZTMTFcourse
MIT License
5.14k stars 2.53k forks source link

Notebook 07: (07_food_vision_milestone_project_1.ipynb): mixed precision training time taking far too long #508

Open mrdbourke opened 1 year ago

mrdbourke commented 1 year ago

Notebook link: https://github.com/mrdbourke/tensorflow-deep-learning/blob/main/07_food_vision_milestone_project_1.ipynb

See the issue here:

Screenshot 2023-01-26 at 12 38 57 pm

Potential fixes:

Run the following in a Google Colab cell (you may have to restart your runtime):

# Install TensorFlow 2.11
!pip uninstall tensorflow
!pip install tensorflow==2.11
# Install TensorFlow 2.8.1
!pip uninstall tensorFlow
!pip install tensorflow==2.8.1
garvit088 commented 11 months ago

but on using any of these versions gives error for tensorflow_datasets and protobuf. @mrdbourke