Attribute error : Week 3 lab Assignment Non max suppression

I’m getting this error when i tried to run my non max suppression block Can anyone help me with this?

Hi @zbukhari ,

Check the function you are using to get the max_boxes_tensor. Right now you are using K.variable. Since this is before your required code, you should have tf .variable. Not sure why you have K.variable there.

Try that and let me know.

Juan

Thank you juan,
I solved it.

Great! Was it that library or something else?

yes i was using the wrong one