sagedemage / pet_image_classification_system

Pet image classification system written in Python with PyTorch.
MIT License
0 stars 0 forks source link

Adjust Training Process #15

Closed sagedemage closed 45 minutes ago

sagedemage commented 1 day ago

Describe the enhancement Adjust the epochs, and learning rate parameters of the training process to ensure that the validation loss decreases more and to improve the convergence speed of the validation loss. This could also improve the accuracy of the model.

sagedemage commented 1 day ago
git fetch origin
git checkout 15-adjust-training-process