trying to build a TF2 model with multiple output, but get InvalidArgumentError: Can not squeeze dim[1], expected a dimension of 1, got 8

前端 未结 0 1545
失恋的感觉
失恋的感觉 2020-12-21 14:45

I build a model from pretrain resnet50

this is my code

resnet50 = keras.applications.resnet.ResNet50(include_top=False,weights=\'imagenet\',input_shape         


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