Custom input shape for ImageNet weight, ValueError: input must have a static square shape (one of (128, 128), (160, 160), (192, 192), or (224, 224))

后端 未结 0 1586
南方客
南方客 2020-11-28 08:01

code snippet yielding error:

base = MobileNet(input_shape=(150,150,3),
                                 include_top=False,
                                 we         


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