legokichi / keras-segnet

9 stars 2 forks source link

Regarding class DePool2D #1

Open Anabik opened 7 years ago

Anabik commented 7 years ago

I want to use unpooling by index copying and I got this implementation. But the functions under the class DEPool2D are not working. pool2d_layer: MaxPooling2D and ->Any gives Syntax error. Please tell me if this code is written in accurate or not.

legokichi commented 7 years ago
  1. try to use python3.5
  2. read this comment it founded at here
  3. https://github.com/imlab-uiip/keras-segnet/tree/master/index-based-upsampling