I want to implement Spatial Pyramid Pooling on top of VGG network. I have tried Keras SPP class but getting error

前端 未结 0 716
慢半拍i
慢半拍i 2020-12-10 15:55

This is the code for SPP class from Keras:

class SpatialPyramidPooling(Layer):

def __init__(self, pool_list, **kwargs):

    #self.dim_ordering = K.ima         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题