For the same assignment, I was trying to do model training since 2 days TensorFlow.keras was working fine but now suddenly I am noticing issue with this. what might have gone wrong and can anyone guide me to work on this. I checked on the form so someone suggestion to import with
!pip install tensorflow==2.8.0 --quiet
!pip install keras==2.8.0 --quiet
So I did and it did download but then as I had started training my model, again I am seeing the same error. Can anyone please help!!
Thank You
DP