Regarding instagram style collage

My accuracy of collage is coming out to be only 73% even though the collage appears the same as that of sample.Also I followed all the dimensions mentioned in the question

hey @stutijain578 ,
can you please provide your code link , so that i can have look and understand if there is any error in it.

Thank You.

https://drive.google.com/file/d/1d5zoIkYHEQm24kA_V8aQ98J5OYOhN0lh/view?usp=sharing

hey @stutijain578 ,
just change the line :

df.to_csv(“instagram_collage.csv”)

to

df.to_csv(“instagram_collage.csv”,index=False)

and see if the score improves.

i have already done this

hey @stutijain578 ,
did your score changed , or it is still the same now also.?

yeah, it’s still the same.I already changed it before submitting

while i am trying to submit csv file using this command it shows me 100% score.
Kindly check your code again.

…i am not getting 100% accuracy
did you submit my file on portal ?

no we have a separate platform to check our results.

do one thing , share me your csv file that you used for submission

https://drive.google.com/file/d/1c6Ld-9RuGaq74qUJ0I5SlEyl19lR3B0m/view?usp=sharing

hey @stutijain578 ,
Sorry to keep you waiting for long.
I checked your score with the new submission file that you send me , it showed me the result as 73.
So , now can you please provide me your recently updated code file, so that i can debug it and find what is the error .

Thank You.

https://drive.google.com/file/d/1d5zoIkYHEQm24kA_V8aQ98J5OYOhN0lh/view?usp=sharing

hey @stutijain578 ,
As said about this earlier too ,
you just need to add index = False , in pandas to_csv function. It will give score as 100.