YOLO lab week 3

My code is not reading keras and giving me this error can anyone guide me through where Am I doing wrong.
Thanks


Hi there, it is because the backend package has not been successfully imported. Can you try ‘from tensorflow.keras import backend as K’ and see if it works?

If you are running this in some other environment than the course website, then there are lots of things you need to have installed locally in order for it to work. There are no instructions for how to do that, but there are some threads about how to approach doing that, e.g. this one.

Thank you @kchong37 it worked for me

cheers

thank you @paulinpaloalto