keras-team/keras-applications

Question about line 74 in inception_resnet_v2.py

mdtjan opened this issue · 1 comments

First of all, thank you for your great work!

I found this line a trouble. What is layers in this line? Is it None as in line 33?
I got the error AttributeError: 'NoneType' object has no attribute 'Conv2D' everytime I call conv2d_bn function.

From what I see, it comes from the line shown below when the model is initialized:

global backend, layers, models, keras_utils