CIFAR- Model-1
Use SGD optimizer with learning rate = 0.001, momentum = 0.9 and cross-entropy as the loss function.
Created on May 28|Last edited on May 28
Comment
Test Accuracy and Test loss
We can see that as the number of epochs rises, model get well trained which increases accuracy and resulted in lowering down the Test Loss.
Optimizer- SGD with LR=0.001 and Momentum=0.9
Loss Function= Cross Entropy
Here, we observed Test Accurarcy increases up to 58 % mark only. HereTest loss has decreased from 200+ to 100 within in 50 epochs
Run: apricot-bird-89
1
Run: apricot-bird-89
1
Sample Prediction Samples
Run: apricot-bird-89
1
Run: apricot-bird-89
1
Add a comment