Replies: 1 comment 2 replies
-
Try changing the test-train split. Worked for me on a different model... |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have a custom dataset with 719 images. I split these into 80% for training and 20 % for testing. Batch size 10.Tensor [10,1,28,28] . 58 batches for training. 14 batches for testing. I tried training with linear layers and ReLU and used all combinations one by one increasing the number of hidden units, adding additional layers, changing the optimizer (SGD to Adams). Nothing seems to work. I have visualized the images and class labels; they all are correct. I am following the exact steps mentioned by DBourke(which is excellent). I have not tried CNN yet. Any suggestions for training with a small dataset will help
Beta Was this translation helpful? Give feedback.
All reactions