Sunbird-Saral / Community

This is the Saral community repo where docs, discussions, and issue tracker is enabled.
MIT License
2 stars 3 forks source link

As deployer/Maintainer I should be able to improve Handwritten Digits model Accuracy by experimenting with open and synthetic datasets - Iteration 3 #51

Open dileep-gadiraju opened 1 year ago

dileep-gadiraju commented 1 year ago

As deployer/Maintainer I should be able to improve Handwritten Digits Accuracy by experimenting with open and synthetic datasets - Iteration 3. Expected accuracy improvement is approximately 3% to 5%.

venky3692 commented 1 year ago

@dileep-gadiraju (Dec 13) - Changed and tested the code for save model checkpoint (only save weights parameter). Trained the model for 5 epochs with existing digits dataset with data augmentation. Inference done on the same test dataset. Accuracy on NSIT dataset (~60%). Almost same to old checkpoint. Accuracy on Not in MNIST dataset (~97%). 3% increase than old checkpoint.

venky3692 commented 1 year ago

@dileep-gadiraju (Dec 14)