Pokemon goa challenge

do we have to submit the prediction as in sample submission order of imageId because else i am getting 33 acc but on validation set i am getting 93 acc

Hey @footballer.salik, no sample submission just contained the indexing which is just the serial number based. Make sure you divided by 255.0 both the training and the testing images.

Hope this resolved your doubt.
plz mark the doubt as resolved in my doubts section. :blush:

when i submit my prediction with random ordering it gives 33 accuracy but when i give the same prediction with the order in the sapmple submission accuracy was 95.

Hey @footballer.salik, you need to make submission according to test.csv, sample submission is always provide us with the organization of submission file, like how many columns, name of columns etc. It may or may not refer to the actual order. For actual order always use the order specified in test.csv. In this case i looked on both and sample_submission.csv follows the order same as test.csv.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section.