Replies: 2 comments 4 replies
-
IMO, this classification dataset doesn't need a big model. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Hey @asadiv , @LuluW8071 has provided some good advice. Have you tried using transfer learning? Perhaps this might help. See the notebook here: https://www.learnpytorch.io/06_pytorch_transfer_learning/ Transfer learning brings in an existing model which has seen a lot of images and adjusts it to your specific task. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
this is my dataset : https://www.kaggle.com/datasets/ishaqedu/rice-seed-image-dataset-from-pakistan
and this is my model : https://colab.research.google.com/drive/1GM66BXaoGDR9VQ1Syv8_40K9hLcF0Mno?usp=sharing
guide me on wether i need to change my model or not. The test loss and accuracy is not further improving with this one.
Beta Was this translation helpful? Give feedback.
All reactions