Hi everyone,
Hope you are doing great. I have been working with Keras (Backend Theano ) for few month. I have implemented several network structure using these framework.
However, currently I am implementing Dense CNN and All convnet, where I need to used "GlobalAveragePooling2D". When I am going to execute my code getting following error.
ImportError : cannot import name GlobalAveragePooling2D.
Note: I have updated Keras and Theano... and check the pooling layer files contains the function named "GlobalAveragePooling2D" ( Others function for pooling layer working properly)
Could you pleas help me to resolve this problem?
- zahangir