Learn.shed.plot_lr() gives a linear graph

Hello,
I did a classification on images of boys and girls which i downloaded using a chrome extension.

First things first, my accuracy has only reached a max of 68%, Picture below:

Secondly, learn.fr_find() runs completely unlike what i’ve seen with other people’s work
1

Lastly, i get a linear graph when i run learn.shed.plot_lr() which is unlike what i saw in lesson 1’s video.
Image below:

Can someone help in pointing out what i’m doing wrong here.

Thanks.

How large is your dataset? lr_find() has issues with smaller datasets as the function (as I understand it) takes one datapoint per batch.

I have a total of 1,487 images.
776 random pictures of boys
711 random pictures of girls