First of all:
my env:
MacBookAir M1
tensorflow 0.1a3
I want to study TensorFlow by using this code and datasets, so I copied this code from this link(and I didn’t change any code in it.):
https://www.kaggle.com/roblexnana/cifar10-with-cnn-for-beginer/notebook
Problem:
At first, the accuracy is 0.2 which is normal, and the accuracy increase as training which is normal too.
when it comes to around 10/100 epoches, the accuracy began to wane, and about at 20/100 epoches, the accuracy down to ~0.1.
and I put it into my winodws computer, using tensorflow 2.7, the code performs as well as the link above(accuracy: 0.80+).
but I cannot send an issue in Github, so I put this problem here hope somebody matters will see this.