NameError: name 'IMG_SIZE' is not defined? how to solve it?

NameError: name ‘IMG_SIZE’ is not defined

@Papio_Edom,

Welcome to the Tensorflow Forum!

NameError: name ‘IMG_SIZE’ is not defined

You didn’t define it (or import) before, therefore you get this error.

Thank you!

I am new so I also having a same bug.