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
Regarding instagram style collage
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.
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
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
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.
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.