Zharfan Zahisham

Results 1 comments of Zharfan Zahisham

Not sure if I got it right but I think I might've fixed it. Here's the modified code ```python from keras.engine.topology import Layer import keras.backend as K class SpatialPyramidPooling(Layer): """Spatial...